Home
last modified time | relevance | path

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

/freebsd-13-stable/tools/tools/mwl/mwlstats/
HDmwlstats.c61 uint32_t RTSFailures; member
330 case S_TX_RTSBAD: HWSTAT(RTSFailures); in mwl_get_curstat()
434 case S_TX_RTSBAD: HWSTAT(RTSFailures); in mwl_get_totstat()
/freebsd-13-stable/sys/dev/malo/
HDif_malohal.h105 uint32_t RTSFailures; /* CTS not rx'd for RTS */ member
/freebsd-13-stable/sys/dev/mwl/
HDmwlhal.h238 uint32_t RTSFailures; /* CTS not rx'd for RTS */ member
HDmwlreg.h748 uint32_t RTSFailures; member
HDmwlhal.c679 stats->RTSFailures = mh->mh_RTSFailures; in mwl_hal_gethwstats()