Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h317 uint32_t asc_keymax; /* size of key cache */ member
H A Dath_main.c2105 asc->asc_keymax = ATH_HAL_KEYCACHESIZE(ah); in ath_attach()
2106 if (asc->asc_keymax > sizeof (asc->asc_keymap) * NBBY) { in ath_attach()
2109 sizeof (asc->asc_keymap) * NBBY, asc->asc_keymax)); in ath_attach()
2110 asc->asc_keymax = sizeof (asc->asc_keymap) * NBBY; in ath_attach()
2116 for (i = 0; i < asc->asc_keymax; i++) in ath_attach()