Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/wi/
Dif_wi.c193 #define WI_INTRS (WI_EV_RX | WI_EV_ALLOC | WI_EV_INFO)
577 if (status & WI_EV_RX) in wi_intr()
1271 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX); in wi_rx_intr()
1282 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX); in wi_rx_intr()
1297 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX); in wi_rx_intr()
1310 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX); in wi_rx_intr()
1321 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX); in wi_rx_intr()
Dif_wireg.h301 #define WI_EV_RX 0x0001 /* async rx completed */ macro