Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dgpio.c343 u16 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen) in ath9k_btcoex_aggr_limit() argument
350 aggr_limit = (max_4ms_framelen * mci->aggr_limit) >> 4; in ath9k_btcoex_aggr_limit()
352 aggr_limit = min((max_4ms_framelen * 3) / 8, in ath9k_btcoex_aggr_limit()
Dath9k.h798 u16 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen);
820 u32 max_4ms_framelen) in ath9k_btcoex_aggr_limit() argument
Dxmit.c799 u32 max_4ms_framelen, frmlen; in ath_lookup_rate() local
812 max_4ms_framelen = ATH_AMPDU_LIMIT_MAX; in ath_lookup_rate()
834 max_4ms_framelen = min(max_4ms_framelen, frmlen); in ath_lookup_rate()
845 aggr_limit = min(max_4ms_framelen, (u32)ATH_AMPDU_LIMIT_MAX); in ath_lookup_rate()
850 bt_aggr_limit = ath9k_btcoex_aggr_limit(sc, max_4ms_framelen); in ath_lookup_rate()