Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwreg.h1129 #define RTW_TXLEN_LENGTH_MASK BITS(11, 0) /* Tx buffer length in bytes */ macro
H A Drtw.c2218 if (bf->bf_dma.alength > RTW_TXLEN_LENGTH_MASK) { in rtw_assembly_80211()