Searched refs:cue_tx_chain (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_cuereg.h159 struct cue_chain cue_tx_chain[CUE_TX_LIST_CNT]; member in struct:cue_cdata
H A Dif_cue.c732 c = &cd->cue_tx_chain[i];
938 c = &sc->cue_cdata.cue_tx_chain[idx];
1234 c = &sc->cue_cdata.cue_tx_chain[0];
1320 if (sc->cue_cdata.cue_tx_chain[i].cue_mbuf != NULL) {
1321 m_freem(sc->cue_cdata.cue_tx_chain[i].cue_mbuf);
1322 sc->cue_cdata.cue_tx_chain[i].cue_mbuf = NULL;
1324 if (sc->cue_cdata.cue_tx_chain[i].cue_xfer != NULL) {
1325 usbd_free_xfer(sc->cue_cdata.cue_tx_chain[i].cue_xfer);
1326 sc->cue_cdata.cue_tx_chain[i].cue_xfer = NULL;

Completed in 51 milliseconds