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 in struct:ath
H A Dath_main.c2105 asc->asc_keymax = ATH_HAL_KEYCACHESIZE(ah);
2106 if (asc->asc_keymax > sizeof (asc->asc_keymap) * NBBY) {
2109 sizeof (asc->asc_keymap) * NBBY, asc->asc_keymax));
2110 asc->asc_keymax = sizeof (asc->asc_keymap) * NBBY;
2116 for (i = 0; i < asc->asc_keymax; i++)

Completed in 1069 milliseconds