Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dath9k.h798 u16 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen);
819 static inline u16 ath9k_btcoex_aggr_limit(struct ath_softc *sc, in ath9k_btcoex_aggr_limit() function
Dgpio.c343 u16 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen) in ath9k_btcoex_aggr_limit() function
Dxmit.c850 bt_aggr_limit = ath9k_btcoex_aggr_limit(sc, max_4ms_framelen); in ath_lookup_rate()