Searched refs:sc_keymax (Results 1 – 2 of 2) sorted by relevance
689 sc->sc_keymax = ath_hal_keycachesize(ah); in ath_attach()690 if (sc->sc_keymax > ATH_KEYMAX) { in ath_attach()693 ATH_KEYMAX, sc->sc_keymax); in ath_attach()694 sc->sc_keymax = ATH_KEYMAX; in ath_attach()700 for (i = 0; i < sc->sc_keymax; i++) in ath_attach()1294 ic->ic_max_keyix = sc->sc_keymax; in ath_attach()1963 for (i = 0; i < sc->sc_keymax; i++) in ath_reset_keycache()
718 u_int sc_keymax; /* size of key cache */ member