upl_tx_chain      131 dev/usb/if_upl.c 	struct upl_chain	upl_tx_chain[UPL_TX_LIST_CNT];
upl_tx_chain      468 dev/usb/if_upl.c 		c = &cd->upl_tx_chain[i];
upl_tx_chain      631 dev/usb/if_upl.c 	c = &sc->sc_cdata.upl_tx_chain[idx];
upl_tx_chain      988 dev/usb/if_upl.c 		if (sc->sc_cdata.upl_tx_chain[i].upl_mbuf != NULL) {
upl_tx_chain      989 dev/usb/if_upl.c 			m_freem(sc->sc_cdata.upl_tx_chain[i].upl_mbuf);
upl_tx_chain      990 dev/usb/if_upl.c 			sc->sc_cdata.upl_tx_chain[i].upl_mbuf = NULL;
upl_tx_chain      992 dev/usb/if_upl.c 		if (sc->sc_cdata.upl_tx_chain[i].upl_xfer != NULL) {
upl_tx_chain      993 dev/usb/if_upl.c 			usbd_free_xfer(sc->sc_cdata.upl_tx_chain[i].upl_xfer);
upl_tx_chain      994 dev/usb/if_upl.c 			sc->sc_cdata.upl_tx_chain[i].upl_xfer = NULL;