Home
last modified time | relevance | path

Searched refs:WI_EV_TX_EXC (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/ic/
Dif_wireg.h255 #define WI_EV_TX_EXC 0x0004 /* async xmit completed with failure */ macro
260 (WI_EV_RX|WI_EV_TX|WI_EV_TX_EXC|WI_EV_ALLOC|WI_EV_INFO|WI_EV_INFO_DROP)
Dif_wi.c500 if (status & WI_EV_TX_EXC) { in wi_intr()
502 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_TX_EXC); in wi_intr()
837 if (status & WI_EV_TX_EXC) in wi_txeof()
/openbsd/src/sys/dev/usb/
Dif_wi_usb.c1118 err = WI_EV_TX_EXC; in wi_usb_txeof_frm()