Searched refs:ah_setRxFilter (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_ani.c | 353 ah->ah_setRxFilter(ah, in ar5212AniControl() 368 ah->ah_setRxFilter(ah, in ar5212AniControl() 620 ah->ah_setRxFilter(ah, rxfilter &~ HAL_RX_FILTER_PHYERR); in ar5212AniReset() 674 ah->ah_setRxFilter(ah, rxfilter); in ar5212AniReset()
|
H A D | ar5212_attach.c | 89 .ah_setRxFilter = ar5212SetRxFilter,
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_stub.c | 85 ah->ah_setRxFilter = ar9300_Stub_SetRxFilter; in ar9300_set_stub_functions()
|
H A D | ar9300_freebsd.c | 380 ah->ah_setRxFilter = ar9300_set_rx_filter; in ar9300_attach_freebsd_ops()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_ani.c | 576 ah->ah_setRxFilter(ah, rxfilter &~ HAL_RX_FILTER_PHYERR); in ar5416AniReset() 642 ah->ah_setRxFilter(ah, rxfilter); in ar5416AniReset()
|
H A D | ar5416_attach.c | 124 ah->ah_setRxFilter = ar5416SetRxFilter; in ar5416InitState()
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_attach.c | 93 .ah_setRxFilter = ar5210SetRxFilter,
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_attach.c | 93 .ah_setRxFilter = ar5211SetRxFilter,
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.h | 1334 void __ahdecl(*ah_setRxFilter)(struct ath_hal*, uint32_t); member
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1101 ((*(_ah)->ah_setRxFilter)((_ah), (_filter)))
|