Home
last modified time | relevance | path

Searched refs:udav_tx_chain (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_udav.c878 c = &cd->udav_tx_chain[i]; in udav_tx_list_init()
947 c = &sc->sc_cdata.udav_tx_chain[idx]; in udav_send()
1191 c = &sc->sc_cdata.udav_tx_chain[0]; in udav_watchdog()
1269 if (sc->sc_cdata.udav_tx_chain[i].udav_mbuf != NULL) { in udav_stop()
1270 m_freem(sc->sc_cdata.udav_tx_chain[i].udav_mbuf); in udav_stop()
1271 sc->sc_cdata.udav_tx_chain[i].udav_mbuf = NULL; in udav_stop()
1273 if (sc->sc_cdata.udav_tx_chain[i].udav_xfer != NULL) { in udav_stop()
1274 usbd_free_xfer(sc->sc_cdata.udav_tx_chain[i].udav_xfer); in udav_stop()
1275 sc->sc_cdata.udav_tx_chain[i].udav_xfer = NULL; in udav_stop()
H A Dif_udavreg.h157 struct udav_chain udav_tx_chain[UDAV_TX_LIST_CNT]; member