HomeSort by: relevance | last modified time | path
    Searched refs:WI_EV_ALLOC (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
wireg.h 193 #define WI_EV_ALLOC 0x0008 /* async alloc/reclaim completed */
wi.c 245 #define WI_INTRS (WI_EV_RX | WI_EV_ALLOC | WI_EV_INFO | \
706 if (status & WI_EV_ALLOC)
3071 if (CSR_READ_2(sc, WI_EVENT_STAT) & WI_EV_ALLOC)
3080 CSR_WRITE_2(sc, WI_EVENT_ACK, WI_EV_ALLOC);

Completed in 16 milliseconds