Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Drtwreg.h883 #define RTW_TXSTAT_DRC_MASK __BITS(7,0) /* Data retry count */ macro
H A Drtw.c1723 data_retry = __SHIFTOUT(hstat, RTW_TXSTAT_DRC_MASK); in rtw_collect_txpkt()