upl_mbuf          126 dev/usb/if_upl.c 	struct mbuf		*upl_mbuf;
upl_mbuf          421 dev/usb/if_upl.c 	c->upl_mbuf = m_new;
upl_mbuf          471 dev/usb/if_upl.c 		c->upl_mbuf = NULL;
upl_mbuf          527 dev/usb/if_upl.c 	m = c->upl_mbuf;
upl_mbuf          528 dev/usb/if_upl.c 	memcpy(mtod(c->upl_mbuf, char *), c->upl_buf, total_len);
upl_mbuf          615 dev/usb/if_upl.c 	m_freem(c->upl_mbuf);
upl_mbuf          616 dev/usb/if_upl.c 	c->upl_mbuf = NULL;
upl_mbuf          638 dev/usb/if_upl.c 	c->upl_mbuf = m;
upl_mbuf          976 dev/usb/if_upl.c 		if (sc->sc_cdata.upl_rx_chain[i].upl_mbuf != NULL) {
upl_mbuf          977 dev/usb/if_upl.c 			m_freem(sc->sc_cdata.upl_rx_chain[i].upl_mbuf);
upl_mbuf          978 dev/usb/if_upl.c 			sc->sc_cdata.upl_rx_chain[i].upl_mbuf = NULL;
upl_mbuf          988 dev/usb/if_upl.c 		if (sc->sc_cdata.upl_tx_chain[i].upl_mbuf != NULL) {
upl_mbuf          989 dev/usb/if_upl.c 			m_freem(sc->sc_cdata.upl_tx_chain[i].upl_mbuf);
upl_mbuf          990 dev/usb/if_upl.c 			sc->sc_cdata.upl_tx_chain[i].upl_mbuf = NULL;