Home
last modified time | relevance | path

Searched refs:sc_keymax (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c2883 sc->sc_keymax = ah->ah_caps.keycache_size; in arn_attach()
2884 if (sc->sc_keymax > ATH_KEYMAX) { in arn_attach()
2887 ATH_KEYMAX, sc->sc_keymax)); in arn_attach()
2888 sc->sc_keymax = ATH_KEYMAX; in arn_attach()
2895 for (i = 0; i < sc->sc_keymax; i++) in arn_attach()
H A Darn_core.h918 uint32_t sc_keymax; /* size of key cache */ member