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

/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.h667 #define WL_XMT_BUF_NUM 8 macro
669 uint16_t wl_tx_fids[WL_XMT_BUF_NUM];
670 uint16_t wl_tx_ring[WL_XMT_BUF_NUM];
H A Dpcwl.c1031 pcwl_p->pcwl_txring.wl_tx_prod = (ring_idx + 1) & (WL_XMT_BUF_NUM - 1);
1036 while ((i < WL_XMT_BUF_NUM) &&
1040 (ring_idx + 1) & (WL_XMT_BUF_NUM - 1);
1043 if (i == WL_XMT_BUF_NUM) {
1551 for (i = 0; i < WL_XMT_BUF_NUM; i++) {
1558 (pcwl_p->pcwl_txring.wl_tx_cons + 1) & (WL_XMT_BUF_NUM - 1);
1560 if (i == WL_XMT_BUF_NUM)
2241 for (i = 0; i < WL_XMT_BUF_NUM; i++) {

Completed in 102 milliseconds