Searched refs:upl_tx_chain (Results 1 – 1 of 1) sorted by relevance
106 struct upl_chain upl_tx_chain[UPL_TX_LIST_CNT]; member383 c = &cd->upl_tx_chain[i]; in upl_tx_list_init()523 c = &sc->sc_cdata.upl_tx_chain[idx]; in upl_send()859 if (sc->sc_cdata.upl_tx_chain[i].upl_mbuf != NULL) { in upl_stop()860 m_freem(sc->sc_cdata.upl_tx_chain[i].upl_mbuf); in upl_stop()861 sc->sc_cdata.upl_tx_chain[i].upl_mbuf = NULL; in upl_stop()863 if (sc->sc_cdata.upl_tx_chain[i].upl_xfer != NULL) { in upl_stop()864 usbd_free_xfer(sc->sc_cdata.upl_tx_chain[i].upl_xfer); in upl_stop()865 sc->sc_cdata.upl_tx_chain[i].upl_xfer = NULL; in upl_stop()