Searched refs:rtw_phy_set_edcca_th (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/wireless/realtek/rtw88/ |
D | phy.h | 62 void rtw_phy_set_edcca_th(struct rtw_dev *rtwdev, u8 l2h, u8 h2l);
|
D | rtw8822b.c | 1560 rtw_phy_set_edcca_th(rtwdev, RTW8822B_EDCCA_MAX, RTW8822B_EDCCA_MAX); in rtw8822b_adaptivity_init() 1588 rtw_phy_set_edcca_th(rtwdev, l2h, h2l); in rtw8822b_adaptivity()
|
D | phy.c | 124 void rtw_phy_set_edcca_th(struct rtw_dev *rtwdev, u8 l2h, u8 h2l) in rtw_phy_set_edcca_th() function 137 EXPORT_SYMBOL(rtw_phy_set_edcca_th);
|
D | rtw8822c.c | 4529 rtw_phy_set_edcca_th(rtwdev, RTW8822C_EDCCA_MAX, RTW8822C_EDCCA_MAX); in rtw8822c_adaptivity_init() 4557 rtw_phy_set_edcca_th(rtwdev, l2h, h2l); in rtw8822c_adaptivity()
|