Home
last modified time | relevance | path

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

/dragonfly/tools/tools/ath/athstats/
H A Dathstats.c519 #define MIBSTAT(x) \ in ath_get_curstat() macro
663 case S_MIB_RTSBAD: MIBSTAT(rts_bad); in ath_get_curstat()
664 case S_MIB_RTSGOOD: MIBSTAT(rts_good); in ath_get_curstat()
665 case S_MIB_FCSBAD: MIBSTAT(fcs_bad); in ath_get_curstat()
666 case S_MIB_BEACONS: MIBSTAT(beacons); in ath_get_curstat()
723 #undef MIBSTAT in ath_get_curstat()
740 #define MIBSTAT(x) \ in ath_get_totstat() macro
883 case S_MIB_RTSBAD: MIBSTAT(rts_bad); in ath_get_totstat()
885 case S_MIB_FCSBAD: MIBSTAT(fcs_bad); in ath_get_totstat()
886 case S_MIB_BEACONS: MIBSTAT(beacons); in ath_get_totstat()
[all …]