Searched refs:sc_keymax (Results 1 – 2 of 2) sorted by relevance
686 sc->sc_keymax = ath_hal_keycachesize(ah); in ath_attach()687 if (sc->sc_keymax > ATH_KEYMAX) { in ath_attach()690 ATH_KEYMAX, sc->sc_keymax); in ath_attach()691 sc->sc_keymax = ATH_KEYMAX; in ath_attach()697 for (i = 0; i < sc->sc_keymax; i++) in ath_attach()1283 ic->ic_max_keyix = sc->sc_keymax; in ath_attach()1952 for (i = 0; i < sc->sc_keymax; i++) in ath_reset_keycache()
717 u_int sc_keymax; /* size of key cache */ member