Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dif_aue.c897 struct aue_cdata *cd; in aue_rx_list_init()
903 cd = &sc->aue_cdata; in aue_rx_list_init()
926 struct aue_cdata *cd; in aue_tx_list_init()
932 cd = &sc->aue_cdata; in aue_tx_list_init()
956 struct aue_intrpkt *p = &sc->aue_cdata.aue_ibuf; in aue_intr()
1182 c = &sc->aue_cdata.aue_tx_chain[idx]; in aue_send()
1217 sc->aue_cdata.aue_tx_cnt++; in aue_send()
1357 &sc->aue_cdata.aue_ibuf, AUE_INTR_PKTLEN, aue_intr, in aue_openpipes()
1367 c = &sc->aue_cdata.aue_rx_chain[i]; in aue_openpipes()
1485 c = &sc->aue_cdata.aue_tx_chain[0]; in aue_watchdog()
[all …]
Dif_auereg.h214 struct aue_cdata { struct
241 struct aue_cdata aue_cdata; argument