HomeSort by: relevance | last modified time | path
    Searched defs:AR_KEYTABLE_SIZE (Results 1 - 4 of 4) 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/
athnreg.h 1322 #define AR_KEYTABLE_SIZE 128

Completed in 16 milliseconds