Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c687 sc->sc_keymax = ath_hal_keycachesize(ah); in ath_attach()
688 if (sc->sc_keymax > ATH_KEYMAX) { in ath_attach()
691 ATH_KEYMAX, sc->sc_keymax); in ath_attach()
692 sc->sc_keymax = ATH_KEYMAX; in ath_attach()
698 for (i = 0; i < sc->sc_keymax; i++) in ath_attach()
1292 ic->ic_max_keyix = sc->sc_keymax; in ath_attach()
1961 for (i = 0; i < sc->sc_keymax; i++) in ath_reset_keycache()
H A Dif_athvar.h718 u_int sc_keymax; /* size of key cache */ member