Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drtwreg.h882 #define RTW_TXSTAT_RTSRETRY_MASK __BITS(14,8) /* RTS retry count */ macro
H A Drtw.c1722 rts_retry = __SHIFTOUT(hstat, RTW_TXSTAT_RTSRETRY_MASK); in rtw_collect_txpkt()