Searched refs:HAL_RX_FILTER_PHYRADAR (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c172 bits |= HAL_RX_FILTER_PHYRADAR;
191 bits &~ (HAL_RX_FILTER_PHYRADAR|HAL_RX_FILTER_PHYERR|
194 if (bits & HAL_RX_FILTER_PHYRADAR)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c170 if (bits & HAL_RX_FILTER_PHYRADAR) {
172 bits = (bits &~ HAL_RX_FILTER_PHYRADAR) | AR_RX_FILTER_PROMISCUOUS;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c39 bits |= HAL_RX_FILTER_PHYRADAR;
55 if (bits & HAL_RX_FILTER_PHYRADAR)
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv.c215 bits |= HAL_RX_FILTER_PHYRADAR;
242 if (bits & HAL_RX_FILTER_PHYRADAR) {
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_rx.c231 rfilt |= HAL_RX_FILTER_PHYRADAR;
238 rfilt |= HAL_RX_FILTER_PHYRADAR;
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.h411 HAL_RX_FILTER_PHYRADAR = 0x00002000, /* Allow phy radar errors */ enumerator in enum:__anon9123

Completed in 85 milliseconds