Home
last modified time | relevance | path

Searched refs:ath_calcrxfilter (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_rx.h34 extern u_int32_t ath_calcrxfilter(struct ath_softc *sc);
H A Dif_ath.c3625 rfilt = ath_calcrxfilter(sc); in ath_update_promisc()
3712 rfilt = ath_calcrxfilter(sc); in ath_mode_init()
5568 rfilt = ath_calcrxfilter(sc); in ath_scan_start()
5589 rfilt = ath_calcrxfilter(sc); in ath_scan_end()
5903 rfilt = ath_calcrxfilter(sc); in ath_newstate()
H A Dif_ath_rx.c156 ath_calcrxfilter(struct ath_softc *sc) in ath_calcrxfilter() function