HomeSort by: relevance | last modified time | path
    Searched refs:AR_KEYTABLE_SIZE (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_keycache.c 27 #define AR_KEYTABLE_SIZE 64
36 return AR_KEYTABLE_SIZE;
45 if (entry < AR_KEYTABLE_SIZE) {
59 if (entry < AR_KEYTABLE_SIZE) {
81 if (entry < AR_KEYTABLE_SIZE) {
117 if (entry >= AR_KEYTABLE_SIZE)
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_keycache.c 31 #define AR_KEYTABLE_SIZE 128
40 return AR_KEYTABLE_SIZE;
49 if (entry < AR_KEYTABLE_SIZE) {
63 if (entry < AR_KEYTABLE_SIZE) {
85 if (entry >= AR_KEYTABLE_SIZE) {
124 if (entry >= AR_KEYTABLE_SIZE) {
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_attach.c 694 #define AR_KEYTABLE_SIZE 128
830 pCap->halKeyCacheSize = AR_KEYTABLE_SIZE;
871 #undef AR_KEYTABLE_SIZE
  /src/sys/dev/ic/
arn9380.c 159 sc->sc_kc_entries = AR_KEYTABLE_SIZE;
athnreg.h 1322 #define AR_KEYTABLE_SIZE 128
arn5008.c 254 1 << kc_entries_log : AR_KEYTABLE_SIZE;

Completed in 19 milliseconds