Searched refs:sc_keymax (Results 1 – 2 of 2) sorted by relevance
2933 sc->sc_keymax = ah->ah_caps.keycache_size; in arn_attach()2934 if (sc->sc_keymax > ATH_KEYMAX) { in arn_attach()2937 ATH_KEYMAX, sc->sc_keymax)); in arn_attach()2938 sc->sc_keymax = ATH_KEYMAX; in arn_attach()2945 for (i = 0; i < sc->sc_keymax; i++) in arn_attach()
918 uint32_t sc_keymax; /* size of key cache */ member