Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c689 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()
H A Dif_athvar.h718 u_int sc_keymax; /* size of key cache */ member