Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c84 ah->ah_getRxFilter = ar9300_Stub_GetRxFilter; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c379 ah->ah_getRxFilter = ar9300_get_rx_filter; in ar9300_attach_freebsd_ops()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c354 ah->ah_getRxFilter(ah) &~ HAL_RX_FILTER_PHYERR); in ar5212AniControl()
369 ah->ah_getRxFilter(ah) | HAL_RX_FILTER_PHYERR); in ar5212AniControl()
619 rxfilter = ah->ah_getRxFilter(ah); in ar5212AniReset()
H A Dar5212_attach.c88 .ah_getRxFilter = ar5212GetRxFilter,
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c92 .ah_getRxFilter = ar5210GetRxFilter,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c92 .ah_getRxFilter = ar5211GetRxFilter,
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c575 rxfilter = ah->ah_getRxFilter(ah); in ar5416AniReset()
H A Dar5416_attach.c123 ah->ah_getRxFilter = ar5416GetRxFilter; in ar5416InitState()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1333 uint32_t __ahdecl(*ah_getRxFilter)(struct ath_hal*); member
/freebsd/sys/dev/ath/
H A Dif_athvar.h1099 ((*(_ah)->ah_getRxFilter)((_ah)))