Home
last modified time | relevance | path

Searched refs:AR_ACK_FAIL (Results 1 – 12 of 12) sorted by relevance

/dragonfly/tools/tools/ath/common/
H A Ddumpregs_5210.c106 DEFBASIC(AR_ACK_FAIL, "ACK_FAIL"),
H A Ddumpregs_5211.c264 DEFBASIC(AR_ACK_FAIL, "ACK_FAIL"),
H A Ddumpregs_5212.c310 DEFBASIC(AR_ACK_FAIL, "ACK_FAIL"),
H A Ddumpregs_5416.c343 DEFBASIC(AR_ACK_FAIL, "ACK_FAIL"),
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210reg.h102 #define AR_ACK_FAIL 0x8098 /* ACK failure counter */ macro
H A Dar5210_misc.c412 stats->ackrcv_bad += OS_REG_READ(ah, AR_ACK_FAIL); in ar5210UpdateMibCounters()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211reg.h266 #define AR_ACK_FAIL 0x8090 /* ACK failure counter */ macro
H A Dar5211_misc.c415 stats->ackrcv_bad += OS_REG_READ(ah, AR_ACK_FAIL); in ar5211UpdateMibCounters()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212reg.h285 #define AR_ACK_FAIL 0x8090 /* MAC ACK failure counter */ macro
H A Dar5212_misc.c383 stats->ackrcv_bad += OS_REG_READ(ah, AR_ACK_FAIL); in ar5212UpdateMibCounters()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300reg.h1584 #define AR_ACK_FAIL AR_MAC_PCU_OFFSET(MAC_PCU_ACK_FAIL_CNT) macro
H A Dar9300_misc.c454 stats->ackrcv_bad += OS_REG_READ(ah, AR_ACK_FAIL); in ar9300_update_mib_mac_stats()