Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c483 ra->giltf); in rtw89_phy_ra_updata_sta()
658 ra->giltf); in rtw89_phy_ra_assoc()
2528 u8 mode, rate, bw, giltf, mac_id; in rtw89_phy_c2h_ra_rpt_iter() local
2540 giltf = le32_get_bits(c2h->w3, RTW89_C2H_RA_RPT_W3_GILTF); in rtw89_phy_c2h_ra_rpt_iter()
2572 if (giltf) in rtw89_phy_c2h_ra_rpt_iter()
2584 if (giltf) in rtw89_phy_c2h_ra_rpt_iter()
2596 if (giltf == RTW89_GILTF_2XHE08 || giltf == RTW89_GILTF_1XHE08) in rtw89_phy_c2h_ra_rpt_iter()
2598 else if (giltf == RTW89_GILTF_2XHE16 || giltf == RTW89_GILTF_1XHE16) in rtw89_phy_c2h_ra_rpt_iter()
2608 if (giltf == RTW89_GILTF_2XHE08 || giltf == RTW89_GILTF_1XHE08) in rtw89_phy_c2h_ra_rpt_iter()
2610 else if (giltf == RTW89_GILTF_2XHE16 || giltf == RTW89_GILTF_1XHE16) in rtw89_phy_c2h_ra_rpt_iter()
H A Dcore.h3185 u8 giltf:3; member
H A Dfw.c3865 le32_encode_bits(ra->giltf, RTW89_H2C_RA_W0_GILTF) | in rtw89_fw_h2c_ra()