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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dgpio.c345 u16 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen) ath9k_btcoex_aggr_limit() argument
352 aggr_limit = (max_4ms_framelen * mci->aggr_limit) >> 4; ath9k_btcoex_aggr_limit()
354 aggr_limit = min((max_4ms_framelen * 3) / 8, ath9k_btcoex_aggr_limit()
H A Dxmit.c735 u32 max_4ms_framelen, frmlen; ath_lookup_rate() local
748 max_4ms_framelen = ATH_AMPDU_LIMIT_MAX; ath_lookup_rate()
770 max_4ms_framelen = min(max_4ms_framelen, frmlen); ath_lookup_rate()
781 aggr_limit = min(max_4ms_framelen, (u32)ATH_AMPDU_LIMIT_MAX); ath_lookup_rate()
786 bt_aggr_limit = ath9k_btcoex_aggr_limit(sc, max_4ms_framelen); ath_lookup_rate()
H A Dath9k.h768 u16 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen);
790 u32 max_4ms_framelen) ath9k_btcoex_aggr_limit()
789 ath9k_btcoex_aggr_limit(struct ath_softc *sc, u32 max_4ms_framelen) ath9k_btcoex_aggr_limit() argument

Completed in 105 milliseconds