Home
last modified time | relevance | path

Searched refs:h2l (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dphy.h66 void rtw_phy_set_edcca_th(struct rtw_dev *rtwdev, u8 l2h, u8 h2l);
H A Drtw8822b.c1556 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 Dfw.h84 u8 h2l; member
H A Dphy.c160 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 Drtw8822c.c4522 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 Dfw.c285 result->h2l, result->option); in rtw_fw_adaptivity_result()