Home
last modified time | relevance | path

Searched refs:giltf (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dphy.c487 ra->giltf); in rtw89_phy_ra_update_sta()
662 ra->giltf); in rtw89_phy_ra_assoc()
2566 u8 mode, rate, bw, giltf, mac_id; in rtw89_phy_c2h_ra_rpt_iter() local
2578 giltf = le32_get_bits(c2h->w3, RTW89_C2H_RA_RPT_W3_GILTF); in rtw89_phy_c2h_ra_rpt_iter()
2610 if (giltf) in rtw89_phy_c2h_ra_rpt_iter()
2622 if (giltf) in rtw89_phy_c2h_ra_rpt_iter()
2634 if (giltf == RTW89_GILTF_2XHE08 || giltf == RTW89_GILTF_1XHE08) in rtw89_phy_c2h_ra_rpt_iter()
2636 else if (giltf == RTW89_GILTF_2XHE16 || giltf == RTW89_GILTF_1XHE16) in rtw89_phy_c2h_ra_rpt_iter()
2646 if (giltf == RTW89_GILTF_2XHE08 || giltf == RTW89_GILTF_1XHE08) in rtw89_phy_c2h_ra_rpt_iter()
2648 else if (giltf == RTW89_GILTF_2XHE16 || giltf == RTW89_GILTF_1XHE16) in rtw89_phy_c2h_ra_rpt_iter()
Dcore.h3267 u8 giltf:3; member
Dfw.c3913 le32_encode_bits(ra->giltf, RTW89_H2C_RA_W0_GILTF) | in rtw89_fw_h2c_ra()