Home
last modified time | relevance | path

Searched refs:tx_throughput (Results 1 – 11 of 11) sorted by relevance

/src/sys/contrib/dev/rtw88/
H A Ddebug.c767 stats->tx_throughput, stats->rx_throughput); in rtw_debugfs_get_simple_phy_info()
796 stats->tx_throughput, stats->rx_throughput); in rtw_debugfs_get_phy_info()
H A Dmain.h688 u32 tx_throughput; member
H A Dcoex.c571 if (stats->tx_throughput > stats->rx_throughput) in rtw_coex_update_wl_link_info()
4069 rtwdev->stats.tx_throughput, rtwdev->stats.rx_throughput); in rtw_coex_display_coex_info()
H A Dfw.c793 SET_WL_PHY_INFO_TX_TP(h2c_pkt, stats->tx_throughput); in rtw_fw_update_wl_phy_info()
H A Dmain.c333 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp); in rtw_watch_dog_work()
/src/sys/contrib/dev/rtw89/
H A Dphy.c4992 if (stats->tx_throughput >= CFO_TP_UPPER) { in rtw89_phy_cfo_track()
5000 if (stats->tx_throughput <= CFO_TP_LOWER) in rtw89_phy_cfo_track()
5014 if (stats->tx_throughput <= CFO_TP_LOWER) { in rtw89_phy_cfo_track()
5029 stats->tx_throughput, cfo->phy_cfo_status, in rtw89_phy_cfo_track()
H A Dcore.c4333 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp); in rtw89_traffic_stats_calc()
4335 stats->tx_tfc_lv = rtw89_get_traffic_level(rtwdev, stats->tx_throughput, in rtw89_traffic_stats_calc()
H A Ddebug.c3945 stats->tx_throughput, stats->tx_throughput_raw, in rtw89_debug_priv_phy_info_get()
H A Dcore.h1441 u32 tx_throughput; member
H A Dfw.c4792 le32_encode_bits(stats->tx_throughput, RTW89_H2C_OFLD_W0_TX_TP) |
H A Dcoex.c8602 dm->trx_info.tx_tp = link_info_t->tx_throughput; in __rtw89_btc_ntfy_wl_sta_iter()