Searched refs:ah_setRxFilter (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c85 ah->ah_setRxFilter = ar9300_Stub_SetRxFilter;
H A Dar9300_freebsd.c124 ah->ah_setRxFilter = ar9300_set_rx_filter;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c353 ah->ah_setRxFilter(ah,
368 ah->ah_setRxFilter(ah,
620 ah->ah_setRxFilter(ah, rxfilter &~ HAL_RX_FILTER_PHYERR);
674 ah->ah_setRxFilter(ah, rxfilter);
H A Dar5212_attach.c89 .ah_setRxFilter = ar5212SetRxFilter,
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c93 .ah_setRxFilter = ar5210SetRxFilter,
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c93 .ah_setRxFilter = ar5211SetRxFilter,
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c577 ah->ah_setRxFilter(ah, rxfilter &~ HAL_RX_FILTER_PHYERR);
643 ah->ah_setRxFilter(ah, rxfilter);
H A Dar5416_attach.c124 ah->ah_setRxFilter = ar5416SetRxFilter;
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h1391 void __ahdecl(*ah_setRxFilter)(struct ath_hal*, uint32_t); member in struct:ath_hal
/freebsd-10.0-release/sys/dev/ath/
H A Dif_athvar.h1054 ((*(_ah)->ah_setRxFilter)((_ah), (_filter)))

Completed in 206 milliseconds