Home
last modified time | relevance | path

Searched refs:rx_bytes (Results 1 – 17 of 17) sorted by relevance

/wlan-driver/qcacld-3.0/components/wmi/src/
Dwmi_unified_mc_cp_stats_tlv.c104 peer_adv_stats[i].rx_bytes = in extract_peer_adv_stats_tlv()
359 stats->rx_bytes.low_32, in dump_peer_stats_info()
360 stats->rx_bytes.high_32, in dump_peer_stats_info()
494 peer_stats_info->rx_bytes = ev->rx_bytes.high_32; in extract_peer_stats_info_tlv()
495 peer_stats_info->rx_bytes <<= 32; in extract_peer_stats_info_tlv()
496 peer_stats_info->rx_bytes += ev->rx_bytes.low_32; in extract_peer_stats_info_tlv()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_net_stats.h68 stats->rx_bytes += value; in __qdf_net_stats_add_rx_bytes()
80 return stats->rx_bytes; in __qdf_net_stats_get_rx_bytes()
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
Depping_helper.c160 adapter->stats.rx_bytes); in epping_log_packet()
175 adapter->stats.rx_bytes, in epping_log_stats()
Depping_rx.c136 adapter->stats.rx_bytes += pktSkb->len; in epping_rx()
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/
Dwlan_cp_stats_mc_defs.h549 uint64_t rx_bytes; member
739 uint64_t rx_bytes; member
858 uint64_t rx_bytes; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sta_info.h271 uint64_t rx_bytes; member
Dwlan_hdd_station_info.c1546 (sizeof(stainfo->rx_bytes) + NLA_HDRLEN) + in hdd_get_connected_station_info()
1571 stainfo->rx_bytes = stats->peer_stats_info_ext->rx_bytes; in hdd_get_connected_station_info()
1598 stainfo->rx_packets, stainfo->rx_bytes, stainfo->mode); in hdd_get_connected_station_info()
1611 remote_station_put_u64(skb, REMOTE_RX_BYTES, stainfo->rx_bytes) || in hdd_get_connected_station_info()
Dwlan_hdd_stats.c282 hdd_stats->peer_stats.rx_bytes = stats->peer_adv_stats->rx_bytes; in copy_station_stats_to_adapter()
639 hdd_sinfo->rx_bytes = sinfo->rx_bytes; in wlan_hdd_copy_sinfo_to_link_info()
683 sinfo->rx_bytes = hdd_sinfo->rx_bytes; in wlan_hdd_copy_hdd_stats_to_sinfo()
6587 sinfo->rx_bytes = stats->rx_bytes; in wlan_hdd_fill_station_info()
6615 sinfo->tx_bytes, sinfo->rx_bytes); in wlan_hdd_fill_station_info()
6857 txrx_stats.rx_bytes = stats->peer_stats_info_ext->rx_bytes; in wlan_hdd_get_station_remote()
7563 sinfo->rx_bytes = peer_stats->rx.rcvd.bytes; in wlan_hdd_update_mlo_peer_stats()
7723 sinfo->rx_bytes = stats.rx_bytes; in wlan_hdd_update_rate_info()
7904 hdd_sinfo->rx_bytes += sinfo->rx_bytes; in wlan_hdd_update_mlo_sinfo()
Dwlan_hdd_softap_tx_rx.c332 sta_info->rx_bytes = 0; in hdd_reset_sta_info_during_reattach()
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
Dtarget_if_mc_cp_stats.c658 ev->peer_adv_stats[i].rx_bytes = peer_adv_stats[i].rx_bytes; in target_if_cp_stats_extract_peer_stats()
1205 peer_stats_info->rx_bytes = stats_info.rx_bytes; in target_if_cp_stats_extract_peer_stats_event()
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/src/
Dwlan_cp_stats_mc_tgt_api.c351 if (peer_adv_stats->rx_bytes) in tgt_mc_cp_stats_update_peer_adv_stats()
352 peer_adv_mc_stats->rx_bytes = peer_adv_stats->rx_bytes; in tgt_mc_cp_stats_update_peer_adv_stats()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h587 uint64_t rx_bytes; member
615 uint64_t rx_bytes; member
861 uint64_t rx_bytes; member
/wlan-driver/qcacld-3.0/os_if/cp_stats/src/
Dwlan_cfg80211_mc_cp_stats.c1425 peer_stats_info->rx_bytes = src_peer_stats_info->rx_bytes; in copy_peer_stats_info_ext()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_cmn_struct.h2549 uint64_t rx_bytes; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_main.c7032 stats->rx_bytes = vdev_stats->rx.to_stack.bytes; in dp_vdev_getstats()
7037 stats->rx_bytes = vdev_stats->rx_i.reo_rcvd_pkt.bytes + in dp_vdev_getstats()
7091 stats->rx_bytes = pdev->stats.rx.to_stack.bytes; in dp_pdev_getstats()
7096 stats->rx_bytes = pdev->stats.rx_i.reo_rcvd_pkt.bytes + in dp_pdev_getstats()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h4474 uint64_t rx_bytes; member
/wlan-driver/fw-api/fw/
Dwmi_unified.h12286 } rx_bytes; member