Searched refs:WL_EV_ALLOC (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.h261 #define WL_EV_ALLOC 0x0008 /* async alloc/reclaim completed */ macro
268 (WL_EV_RX|WL_EV_TX|WL_EV_TX_EXC|WL_EV_ALLOC|WL_EV_INFO|WL_EV_INFO_DROP)
H A Dpcwl.c1380 if (stat & WL_EV_ALLOC) {
1381 PCWL_WRITE(pcwl_p, WL_EVENT_ACK, WL_EV_ALLOC | 0x1000);
1702 if (stat & (WL_EV_ALLOC | WL_EV_RX))
1945 if (stat & WL_EV_ALLOC)
1952 PCWL_WRITE(pcwl_p, WL_EVENT_ACK, WL_EV_ALLOC);
2400 WL_EV_ALLOC|WL_EV_INFO|WL_EV_INFO_DROP);
2402 WL_EV_ALLOC| WL_EV_INFO|WL_EV_INFO_DROP);

Completed in 35 milliseconds