Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_misc.c415 stats->rts_good += OS_REG_READ(ah, AR_RTS_OK); in ar5210UpdateMibCounters()
/NextBSD/tools/tools/ath/athstats/
HDathstats.c692 case S_MIB_RTSGOOD: MIBSTAT(rts_good); in ath_get_curstat()
937 case S_MIB_RTSGOOD: MIBSTAT(rts_good); in ath_get_totstat()
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_misc.c418 stats->rts_good += OS_REG_READ(ah, AR_RTS_OK); in ar5211UpdateMibCounters()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_misc.c457 stats->rts_good += OS_REG_READ(ah, AR_RTS_OK); in ar9300_update_mib_mac_stats()
470 stats->rts_good = istats->rts_good; in ar9300_get_mib_mac_stats()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_misc.c386 stats->rts_good += OS_REG_READ(ah, AR_RTS_OK); in ar5212UpdateMibCounters()
/NextBSD/sys/dev/ath/ath_hal/
HDah.h624 uint32_t rts_good; member