Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211desc.h80 #define AR_Filtered 0x00000008 /* TX filter indication */ macro
H A Dar5211_xmit.c630 if (ads->ds_status0 & AR_Filtered) in ar5211ProcTxDesc()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210desc.h83 #define AR_Filtered 0x00000008 /* TX filter indication */ macro
H A Dar5210_xmit.c600 if (ads->ds_status0 & AR_Filtered) in ar5210ProcTxDesc()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212desc.h124 #define AR_Filtered 0x00000008 /* TX filter indication */ macro
H A Dar5212_xmit.c862 if (ads->ds_txstatus0 & AR_Filtered) in ar5212ProcTxDesc()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416desc.h227 #define AR_Filtered 0x00000008 macro
H A Dar5416_xmit.c488 if (ds_txstatus[1] & AR_Filtered) in ar5416ProcTxDesc()