Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dphy.c514 ra->giltf); in rtw89_phy_ra_update_sta_link()
722 ra->giltf); in rtw89_phy_ra_assoc()
2878 u8 mode, rate, bw, giltf, mac_id; in __rtw89_phy_c2h_ra_rpt_iter() local
2890 giltf = le32_get_bits(c2h->w3, RTW89_C2H_RA_RPT_W3_GILTF); in __rtw89_phy_c2h_ra_rpt_iter()
2922 if (giltf) in __rtw89_phy_c2h_ra_rpt_iter()
2934 if (giltf) in __rtw89_phy_c2h_ra_rpt_iter()
2946 if (giltf == RTW89_GILTF_2XHE08 || giltf == RTW89_GILTF_1XHE08) in __rtw89_phy_c2h_ra_rpt_iter()
2948 else if (giltf == RTW89_GILTF_2XHE16 || giltf == RTW89_GILTF_1XHE16) in __rtw89_phy_c2h_ra_rpt_iter()
2958 if (giltf == RTW89_GILTF_2XHE08 || giltf == RTW89_GILTF_1XHE08) in __rtw89_phy_c2h_ra_rpt_iter()
2960 else if (giltf == RTW89_GILTF_2XHE16 || giltf == RTW89_GILTF_1XHE16) in __rtw89_phy_c2h_ra_rpt_iter()
H A Dcore.h3288 u8 giltf:3; member
H A Dfw.c4522 le32_encode_bits(ra->giltf, RTW89_H2C_RA_W0_GILTF) | in rtw89_fw_h2c_ra()