Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_reg.h838 uint32_t KeyIndex; /* For WEP only - actual key index */ member
H A Dmwl.c2176 pCmd->KeyParam.KeyIndex = LE_32(kv->keyIndex); in mwl_hal_keyset()
2221 pCmd->KeyParam.KeyIndex = LE_32(kv->keyIndex); in mwl_hal_keyreset()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.h370 #define RSS_KEY_ADDR (Port, KeyIndex) \
371 ((B4_RSS_KEY | (((Port) == 0) ? 0 : 0x80)) + (KeyIndex))