Searched refs:WI_EV_ALLOC (Results 1 – 2 of 2) sorted by relevance
203 #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()
296 #define WI_EV_ALLOC 0x0008 /* async alloc/reclaim completed */ macro