Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dphy.h62 void rtw_phy_set_edcca_th(struct rtw_dev *rtwdev, u8 l2h, u8 h2l);
Drtw8822b.c1576 s8 l2h, h2l; in rtw8822b_adaptivity() local
1582 h2l = l2h - EDCCA_L2H_H2L_DIFF_NORMAL; in rtw8822b_adaptivity()
1585 h2l = l2h - EDCCA_L2H_H2L_DIFF; in rtw8822b_adaptivity()
1588 rtw_phy_set_edcca_th(rtwdev, l2h, h2l); in rtw8822b_adaptivity()
Dphy.c124 void rtw_phy_set_edcca_th(struct rtw_dev *rtwdev, u8 l2h, u8 h2l) in rtw_phy_set_edcca_th() argument
135 h2l + edcca_th[EDCCA_TH_H2L_IDX].offset); in rtw_phy_set_edcca_th()
Dfw.h79 u8 h2l; member
Drtw8822c.c4542 s8 l2h, h2l; in rtw8822c_adaptivity() local
4548 h2l = l2h - EDCCA_L2H_H2L_DIFF_NORMAL; in rtw8822c_adaptivity()
4554 h2l = l2h - EDCCA_L2H_H2L_DIFF; in rtw8822c_adaptivity()
4557 rtw_phy_set_edcca_th(rtwdev, l2h, h2l); in rtw8822c_adaptivity()
Dfw.c201 result->h2l, result->option); in rtw_fw_adaptivity_result()