Searched refs:phydm_set_edcca_threshold (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | phydm_adaptivity.c | 137 void phydm_set_edcca_threshold(void *dm_void, s8 H2L, s8 L2H) in phydm_set_edcca_threshold() function 456 phydm_set_edcca_threshold(dm, th_h2l_dmc, th_l2h_dmc); in phydm_search_pwdb_lower_bound() 511 phydm_set_edcca_threshold(dm, th_h2l_dmc, th_l2h_dmc); in phydm_search_pwdb_lower_bound() 544 phydm_set_edcca_threshold(dm, 0x7f, 0x7f); /*resume to no link state*/ in phydm_search_pwdb_lower_bound() 756 phydm_set_edcca_threshold(dm, 0x7f, 0x7f); in phydm_adaptivity() 794 phydm_set_edcca_threshold(dm, th_h2l_dmc, th_l2h_dmc); in phydm_adaptivity() 928 phydm_set_edcca_threshold(dm, th_h2l_dmc, th_l2h_dmc); in phydm_set_edcca_threshold_api()
|
D | phydm_adaptivity.h | 86 void phydm_set_edcca_threshold(void *dm_void, s8 H2L, s8 L2H);
|