Home
last modified time | relevance | path

Searched refs:AR_KeyCacheMiss (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211desc.h130 #define AR_KeyCacheMiss 0x10000000 /* key cache miss indication */ macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210desc.h128 #define AR_KeyCacheMiss 0x10000000 /* key cache miss indication */ macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212desc.h170 #define AR_KeyCacheMiss 0x80000000 /* key cache miss indication */ macro
/freebsd-11-stable/tools/tools/ath/athalq/
HDar5210_ds.c150 MF(rxs.ds_status1, AR_KeyCacheMiss)); in ar5210_decode_rxstatus()
HDar5211_ds.c151 MF(rxs.ds_status1, AR_KeyCacheMiss)); in ar5211_decode_rxstatus()
HDar5212_ds.c197 MF(rxs.ds_rxstatus1, AR_KeyCacheMiss)); in ar5212_decode_rxstatus()