Searched refs:AR_ACK_FAIL (Results 1 – 12 of 12) sorted by relevance
/freebsd/tools/tools/ath/common/ |
H A D | dumpregs_5210.c | 105 DEFBASIC(AR_ACK_FAIL, "ACK_FAIL"),
|
H A D | dumpregs_5211.c | 263 DEFBASIC(AR_ACK_FAIL, "ACK_FAIL"),
|
H A D | dumpregs_5212.c | 309 DEFBASIC(AR_ACK_FAIL, "ACK_FAIL"),
|
H A D | dumpregs_5416.c | 344 DEFBASIC(AR_ACK_FAIL, "ACK_FAIL"),
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210reg.h | 102 #define AR_ACK_FAIL 0x8098 /* ACK failure counter */ macro
|
H A D | ar5210_misc.c | 412 stats->ackrcv_bad += OS_REG_READ(ah, AR_ACK_FAIL); in ar5210UpdateMibCounters()
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211reg.h | 266 #define AR_ACK_FAIL 0x8090 /* ACK failure counter */ macro
|
H A D | ar5211_misc.c | 415 stats->ackrcv_bad += OS_REG_READ(ah, AR_ACK_FAIL); in ar5211UpdateMibCounters()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212reg.h | 285 #define AR_ACK_FAIL 0x8090 /* MAC ACK failure counter */ macro
|
H A D | ar5212_misc.c | 383 stats->ackrcv_bad += OS_REG_READ(ah, AR_ACK_FAIL); in ar5212UpdateMibCounters()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300reg.h | 1585 #define AR_ACK_FAIL AR_MAC_PCU_OFFSET(MAC_PCU_ACK_FAIL_CNT) macro
|
H A D | ar9300_misc.c | 456 stats->ackrcv_bad += OS_REG_READ(ah, AR_ACK_FAIL); in ar9300_update_mib_mac_stats()
|