Home
last modified time | relevance | path

Searched refs:AR_Filtered (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211desc.h78 #define AR_Filtered 0x00000008 /* TX filter indication */ macro
H A Dar5211_xmit.c635 if (ads->ds_status0 & AR_Filtered) in ar5211ProcTxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210desc.h83 #define AR_Filtered 0x00000008 /* TX filter indication */ macro
H A Dar5210_xmit.c605 if (ads->ds_status0 & AR_Filtered) in ar5210ProcTxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212desc.h123 #define AR_Filtered 0x00000008 /* TX filter indication */ macro
H A Dar5212_xmit.c899 if (ads->ds_txstatus0 & AR_Filtered) in ar5212ProcTxDesc()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416desc.h249 #define AR_Filtered 0x00000008 macro
H A Dar5416_xmit.c735 if (ds_txstatus[1] & AR_Filtered) in ar5416ProcTxDesc()