Home
last modified time | relevance | path

Searched refs:_ix (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/inet/nca/
H A Dnca.h669 _ix = getpcstack(&_p->stk[0], NODE_T_STK_DEPTH + 1); \
670 if (_ix < NODE_T_STK_DEPTH + 1) { \
671 _p->stk[_ix + 1] = 0; \
677 _ix = getpcstack(&_p->stk[1], NODE_T_STK_DEPTH); \
678 if (_ix < NODE_T_STK_DEPTH) { \
679 _p->stk[_ix + 1] = 0; \
692 int _ix; \
757 _ix = getpcstack(&_p->stk[0], DOOR_STK_DEPTH + 1); \
758 if (_ix < DOOR_STK_DEPTH + 1) { \
759 _p->stk[_ix] = 0; \
[all …]
/titanic_50/usr/src/uts/common/io/ath/
H A Dath_hal.h1157 #define ATH_HAL_KEYRESET(_ah, _ix) \ argument
1158 ((*(_ah)->ah_resetKeyCacheEntry)((_ah), (_ix)))
1159 #define ATH_HAL_KEYSET(_ah, _ix, _pk, _mac) \ argument
1160 ((*(_ah)->ah_setKeyCacheEntry)((_ah), (_ix), (_pk), (_mac), AH_FALSE))
1161 #define ATH_HAL_KEYISVALID(_ah, _ix) \ argument
1162 (((*(_ah)->ah_isKeyCacheEntryValid)((_ah), (_ix))))
1163 #define ATH_HAL_KEYSETMAC(_ah, _ix, _mac) \ argument
1164 ((*(_ah)->ah_setKeyCacheEntryMac)((_ah), (_ix), (_mac)))
/titanic_50/usr/src/uts/common/sys/
H A Dnet80211.h623 #define IEEE80211_RATE(_ix) \ argument
624 (in->in_rates.ir_rates[(_ix)] & IEEE80211_RATE_VAL)