Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/mwl/mwlstats/
H A Dmwlstats.c63 uint32_t RTSFailures; member
332 case S_TX_RTSBAD: HWSTAT(RTSFailures); in mwl_get_curstat()
436 case S_TX_RTSBAD: HWSTAT(RTSFailures); in mwl_get_totstat()
/freebsd-13.1/sys/dev/malo/
H A Dif_malohal.h107 uint32_t RTSFailures; /* CTS not rx'd for RTS */ member
/freebsd-13.1/sys/dev/mwl/
H A Dmwlhal.h240 uint32_t RTSFailures; /* CTS not rx'd for RTS */ member
H A Dmwlreg.h750 uint32_t RTSFailures; member
H A Dmwlhal.c681 stats->RTSFailures = mh->mh_RTSFailures; in mwl_hal_gethwstats()