Searched refs:h2l (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/wireless/realtek/rtw88/ |
| H A D | phy.h | 66 void rtw_phy_set_edcca_th(struct rtw_dev *rtwdev, u8 l2h, u8 h2l);
|
| H A D | rtw8822b.c | 1556 s8 l2h, h2l; in rtw8822b_adaptivity() local 1562 h2l = l2h - EDCCA_L2H_H2L_DIFF_NORMAL; in rtw8822b_adaptivity() 1565 h2l = l2h - EDCCA_L2H_H2L_DIFF; in rtw8822b_adaptivity() 1568 rtw_phy_set_edcca_th(rtwdev, l2h, h2l); in rtw8822b_adaptivity()
|
| H A D | fw.h | 84 u8 h2l; member
|
| H A D | phy.c | 160 void rtw_phy_set_edcca_th(struct rtw_dev *rtwdev, u8 l2h, u8 h2l) in rtw_phy_set_edcca_th() argument 171 h2l + edcca_th[EDCCA_TH_H2L_IDX].offset); in rtw_phy_set_edcca_th()
|
| H A D | rtw8822c.c | 4522 s8 l2h, h2l; in rtw8822c_adaptivity() local 4528 h2l = l2h - EDCCA_L2H_H2L_DIFF_NORMAL; in rtw8822c_adaptivity() 4534 h2l = l2h - EDCCA_L2H_H2L_DIFF; in rtw8822c_adaptivity() 4537 rtw_phy_set_edcca_th(rtwdev, l2h, h2l); in rtw8822c_adaptivity()
|
| H A D | fw.c | 285 result->h2l, result->option); in rtw_fw_adaptivity_result()
|