Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c415 stats->rts_good += OS_REG_READ(ah, AR_RTS_OK); in ar5210UpdateMibCounters()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c418 stats->rts_good += OS_REG_READ(ah, AR_RTS_OK); in ar5211UpdateMibCounters()
/freebsd/tools/tools/ath/athstats/
H A Dathstats.c708 case S_MIB_RTSGOOD: MIBSTAT(rts_good); in ath_get_curstat()
961 case S_MIB_RTSGOOD: MIBSTAT(rts_good); in ath_get_totstat()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h288 u32 rts_good; member
H A Ddebug.c1236 data[i++] = pdev_stats->rts_good; in ath10k_debug_get_et_stats()
H A Dwmi.c2962 dst->rts_good = __le32_to_cpu(src->rts_good); in ath10k_wmi_pull_pdev_stats_extra()
8332 "RTS good count", pdev->rts_good); in ath10k_wmi_fw_pdev_extra_stats_fill()
H A Dwmi.h4686 __le32 rts_good; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.h1037 u32 rts_good; member
H A Dwmi.h4602 u32 rts_good; member
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c459 stats->rts_good += OS_REG_READ(ah, AR_RTS_OK); in ar9300_update_mib_mac_stats()
472 stats->rts_good = istats->rts_good; in ar9300_get_mib_mac_stats()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h637 uint32_t rts_good; member
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c386 stats->rts_good += OS_REG_READ(ah, AR_RTS_OK); in ar5212UpdateMibCounters()