Home
last modified time | relevance | path

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

/freebsd-9-stable/tools/tools/mwl/mwlstats/
Dmwlstats.c60 uint32_t RTSSuccesses; member
329 case S_TX_RTSGOOD: HWSTAT(RTSSuccesses); in mwl_get_curstat()
433 case S_TX_RTSGOOD: HWSTAT(RTSSuccesses); in mwl_get_totstat()
/freebsd-9-stable/sys/dev/malo/
Dif_malohal.h104 uint32_t RTSSuccesses; /* CTS rx'd for RTS */ member
/freebsd-9-stable/sys/dev/mwl/
Dmwlhal.h239 uint32_t RTSSuccesses; /* CTS rx'd for RTS */ member
Dmwlreg.h753 uint32_t RTSSuccesses; member
Dmwlhal.c687 stats->RTSSuccesses = mh->mh_RTSSuccesses; in mwl_hal_gethwstats()