OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_keymax
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
ath.c
332
sc->
sc_keymax
= ath_hal_keycachesize(ah);
333
if (sc->
sc_keymax
> ATH_KEYMAX) {
335
ATH_KEYMAX, sc->
sc_keymax
);
336
sc->
sc_keymax
= ATH_KEYMAX;
342
for (i = 0; i < sc->
sc_keymax
; i++)
626
ic->ic_crypto.cs_max_keyix = sc->
sc_keymax
;
736
for (i = 0; i < sc->
sc_keymax
; i++)
athvar.h
239
u_int
sc_keymax
; /* size of key cache */
member in struct:ath_softc
Completed in 15 milliseconds
Indexes created Sun Oct 12 02:09:55 GMT 2025