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

/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.h664 WLC_STAT_CNT /* 21 - keep it as the last entry */ enumerator in enum:__anon6590
735 uint16_t pcwl_cntrs_t[WLC_STAT_CNT];
736 uint64_t pcwl_cntrs_s[WLC_STAT_CNT];
H A Dpcwl.c1642 if (linkStatus[0] > WLC_STAT_CNT) {
1643 linkStatus[0] = MIN(linkStatus[0], WLC_STAT_CNT);
1650 for (i = 0; i < WLC_STAT_CNT; i++)

Completed in 119 milliseconds