Home
last modified time | relevance | path

Searched refs:strong_tpt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c1948 int weak_tpt, int strong_tpt) in rs_get_tpc_action()
1967 (strong_tpt == IWL_INVALID_VALUE || in rs_get_tpc_action()
1968 current_tpt >= strong_tpt)) { in rs_get_tpc_action()
1985 strong_tpt != IWL_INVALID_VALUE && in rs_get_tpc_action()
1986 current_tpt < strong_tpt) { in rs_get_tpc_action()
1993 (strong_tpt == IWL_INVALID_VALUE || in rs_get_tpc_action()
1994 strong_tpt > current_tpt)) { in rs_get_tpc_action()
2021 int weak_tpt = IWL_INVALID_VALUE, strong_tpt = IWL_INVALID_VALUE; in rs_tpc_perform() local
2056 strong_tpt = window[strong].average_tpt; in rs_tpc_perform()
2059 "(TPC: %d): cur_tpt %d SR %d weak %d strong %d weak_tpt %d strong_tpt in rs_tpc_perform()
1945 rs_get_tpc_action(struct iwl_mvm *mvm, s32 sr, int weak, int strong, int current_tpt, int weak_tpt, int strong_tpt) rs_get_tpc_action() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.c1902 int weak_tpt, int strong_tpt) in rs_get_tpc_action()
1921 (strong_tpt == IWL_INVALID_VALUE || in rs_get_tpc_action()
1922 current_tpt >= strong_tpt)) { in rs_get_tpc_action()
1939 strong_tpt != IWL_INVALID_VALUE && in rs_get_tpc_action()
1940 current_tpt < strong_tpt) { in rs_get_tpc_action()
1947 (strong_tpt == IWL_INVALID_VALUE || in rs_get_tpc_action()
1948 strong_tpt > current_tpt)) { in rs_get_tpc_action()
1975 int weak_tpt = IWL_INVALID_VALUE, strong_tpt = IWL_INVALID_VALUE; in rs_tpc_perform() local
2010 strong_tpt = window[strong].average_tpt; in rs_tpc_perform()
2013 "(TPC: %d): cur_tpt %d SR %d weak %d strong %d weak_tpt %d strong_tpt in rs_tpc_perform()
1899 rs_get_tpc_action(struct iwl_mvm *mvm, s32 sr, int weak, int strong, int current_tpt, int weak_tpt, int strong_tpt) rs_get_tpc_action() argument
[all...]

Completed in 8 milliseconds