Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c203 #define WI_INTRS (WI_EV_RX | WI_EV_ALLOC | WI_EV_INFO)
614 if (status & WI_EV_RX) in wi_intr()
1294 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX); in wi_rx_intr()
1309 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX); in wi_rx_intr()
1328 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX); in wi_rx_intr()
1345 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX); in wi_rx_intr()
1360 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_RX); in wi_rx_intr()
H A Dif_wireg.h299 #define WI_EV_RX 0x0001 /* async rx completed */ macro