Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_ani.c353 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 Dar5212_attach.c89 .ah_setRxFilter = ar5212SetRxFilter,
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c85 ah->ah_setRxFilter = ar9300_Stub_SetRxFilter; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c169 ah->ah_setRxFilter = ar9300_set_rx_filter; in ar9300_attach_freebsd_ops()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_ani.c577 ah->ah_setRxFilter(ah, rxfilter &~ HAL_RX_FILTER_PHYERR); in ar5416AniReset()
643 ah->ah_setRxFilter(ah, rxfilter); in ar5416AniReset()
H A Dar5416_attach.c124 ah->ah_setRxFilter = ar5416SetRxFilter; in ar5416InitState()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c93 .ah_setRxFilter = ar5210SetRxFilter,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_attach.c93 .ah_setRxFilter = ar5211SetRxFilter,
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.h1443 void __ahdecl(*ah_setRxFilter)(struct ath_hal*, uint32_t); member
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h1118 ((*(_ah)->ah_setRxFilter)((_ah), (_filter)))