Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athstats/
H A Dathstats.c561 #define MIBSTAT(x) \ in ath_get_curstat() macro
706 case S_MIB_ACKBAD: MIBSTAT(ackrcv_bad); in ath_get_curstat()
707 case S_MIB_RTSBAD: MIBSTAT(rts_bad); in ath_get_curstat()
708 case S_MIB_RTSGOOD: MIBSTAT(rts_good); in ath_get_curstat()
709 case S_MIB_FCSBAD: MIBSTAT(fcs_bad); in ath_get_curstat()
710 case S_MIB_BEACONS: MIBSTAT(beacons); in ath_get_curstat()
798 #undef MIBSTAT in ath_get_curstat()
815 #define MIBSTAT(x) \ in ath_get_totstat() macro
959 case S_MIB_ACKBAD: MIBSTAT(ackrcv_bad); in ath_get_totstat()
960 case S_MIB_RTSBAD: MIBSTAT(rts_bad); in ath_get_totstat()
[all …]