Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c128 return (REG_READ(ah, AR_QTXDP(q))); in ath9k_hw_gettxbuf()
134 REG_WRITE(ah, AR_QTXDP(q), txdp); in ath9k_hw_puttxbuf()
H A Darn_reg.h376 #define AR_QTXDP(_i) (AR_Q0_TXDP + ((_i)<<2)) macro