Home
last modified time | relevance | path

Searched refs:ra_report (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dphy.c2007 struct rtw89_ra_report *ra_report = &rtwsta->ra_report; in rtw89_phy_c2h_ra_rpt_iter() local
2029 memset(&ra_report->txrate, 0, sizeof(ra_report->txrate)); in rtw89_phy_c2h_ra_rpt_iter()
2033 ra_report->txrate.legacy = legacy_bitrate; in rtw89_phy_c2h_ra_rpt_iter()
2036 ra_report->txrate.flags |= RATE_INFO_FLAGS_MCS; in rtw89_phy_c2h_ra_rpt_iter()
2042 ra_report->txrate.mcs = rate; in rtw89_phy_c2h_ra_rpt_iter()
2044 ra_report->txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in rtw89_phy_c2h_ra_rpt_iter()
2045 mcs = ra_report->txrate.mcs & 0x07; in rtw89_phy_c2h_ra_rpt_iter()
2048 ra_report->txrate.flags |= RATE_INFO_FLAGS_VHT_MCS; in rtw89_phy_c2h_ra_rpt_iter()
2049 ra_report->txrate.mcs = FIELD_GET(RTW89_RA_RATE_MASK_MCS, rate); in rtw89_phy_c2h_ra_rpt_iter()
2050 ra_report->txrate.nss = FIELD_GET(RTW89_RA_RATE_MASK_NSS, rate) + 1; in rtw89_phy_c2h_ra_rpt_iter()
[all …]
Ddebug.c2334 struct rate_info *rate = &rtwsta->ra_report.txrate; in rtw89_sta_info_get_iter()
2356 seq_printf(m, "%s", rtwsta->ra_report.might_fallback_legacy ? " FB_G" : ""); in rtw89_sta_info_get_iter()
2357 seq_printf(m, "\t(hw_rate=0x%x)", rtwsta->ra_report.hw_rate); in rtw89_sta_info_get_iter()
Dmac80211.c637 sinfo->txrate = rtwsta->ra_report.txrate; in rtw89_ops_sta_statistics()
Dcoex.c5361 if (last_tx_rate != rtwsta->ra_report.hw_rate || in rtw89_btc_ntfy_wl_sta_iter()
5367 link_info_t->tx_rate = rtwsta->ra_report.hw_rate; in rtw89_btc_ntfy_wl_sta_iter()
5372 wl->role_info.active_role[port].tx_rate = rtwsta->ra_report.hw_rate; in rtw89_btc_ntfy_wl_sta_iter()
Dcore.c612 if (rtwsta && rtwsta->ra_report.might_fallback_legacy) in __rtw89_core_tx_check_he_qos_htc()
Dcore.h2171 struct rtw89_ra_report ra_report; member
/Linux-v6.1/drivers/net/wireless/realtek/rtw88/
Dfw.c83 si->ra_report.txrate.flags = 0; in rtw_fw_ra_report_iter()
90 si->ra_report.txrate.legacy = rtw_desc_to_bitrate(rate); in rtw_fw_ra_report_iter()
96 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_VHT_MCS; in rtw_fw_ra_report_iter()
98 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_MCS; in rtw_fw_ra_report_iter()
101 si->ra_report.txrate.mcs = mcs; in rtw_fw_ra_report_iter()
102 si->ra_report.txrate.nss = nss; in rtw_fw_ra_report_iter()
106 si->ra_report.txrate.flags |= RATE_INFO_FLAGS_SHORT_GI; in rtw_fw_ra_report_iter()
109 si->ra_report.txrate.bw = RATE_INFO_BW_80; in rtw_fw_ra_report_iter()
111 si->ra_report.txrate.bw = RATE_INFO_BW_40; in rtw_fw_ra_report_iter()
113 si->ra_report.txrate.bw = RATE_INFO_BW_20; in rtw_fw_ra_report_iter()
[all …]
Dmac80211.c686 sinfo->txrate = si->ra_report.txrate; in rtw_ops_sta_statistics()
Dmain.h757 struct rtw_ra_report ra_report; member
Dphy.c590 mask = rtw_phy_get_rrsr_mask(rtwdev, si->ra_report.desc_rate); in rtw_phy_rrsr_mask_min_iter()
/Linux-v6.1/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c4621 rarpt = &priv->ra_report; in rtl8xxxu_bss_info_changed()
5552 rarpt = &priv->ra_report; in rtl8xxxu_c2hcmd_callback()
5575 rate = c2h->ra_report.rate; in rtl8xxxu_c2hcmd_callback()
5576 sgi = c2h->ra_report.sgi; in rtl8xxxu_c2hcmd_callback()
5577 bw = c2h->ra_report.bw; in rtl8xxxu_c2hcmd_callback()
5643 c2h->ra_report.rate, c2h->ra_report.sgi, in rtl8723bu_handle_c2h()
5644 c2h->ra_report.macid, c2h->ra_report.noisy_state); in rtl8723bu_handle_c2h()
6263 sinfo->txrate = priv->ra_report.txrate; in rtl8xxxu_sta_statistics()
Drtl8xxxu.h1191 } __packed ra_report; member
1392 struct rtl8xxxu_ra_report ra_report; member