Searched refs:upl_tx_chain (Results 1 – 1 of 1) sorted by relevance
150 struct upl_chain upl_tx_chain[UPL_TX_LIST_CNT]; member496 c = &cd->upl_tx_chain[i]; in upl_tx_list_init()663 c = &sc->sc_cdata.upl_tx_chain[idx]; in upl_send()1020 if (sc->sc_cdata.upl_tx_chain[i].upl_mbuf != NULL) { in upl_stop()1021 m_freem(sc->sc_cdata.upl_tx_chain[i].upl_mbuf); in upl_stop()1022 sc->sc_cdata.upl_tx_chain[i].upl_mbuf = NULL; in upl_stop()1024 if (sc->sc_cdata.upl_tx_chain[i].upl_xfer != NULL) { in upl_stop()1025 usbd_free_xfer(sc->sc_cdata.upl_tx_chain[i].upl_xfer); in upl_stop()1026 sc->sc_cdata.upl_tx_chain[i].upl_xfer = NULL; in upl_stop()