Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/wi/
H A Dif_wi.c203 #define WI_INTRS (WI_EV_RX | WI_EV_ALLOC | WI_EV_INFO)
616 if (status & WI_EV_ALLOC) in wi_intr()
1460 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_ALLOC); in wi_tx_intr()
1976 if (CSR_READ_2(sc, WI_EVENT_STAT) & WI_EV_ALLOC) in wi_alloc_fid()
1985 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_ALLOC); in wi_alloc_fid()
H A Dif_wireg.h296 #define WI_EV_ALLOC 0x0008 /* async alloc/reclaim completed */ macro