/wlan-driver/qcacld-3.0/components/wmi/src/ |
H A D | wmi_unified_mc_cp_stats_tlv.c | 353 stats->tx_bytes.low_32, in dump_peer_stats_info() 354 stats->tx_bytes.high_32, in dump_peer_stats_info() 490 peer_stats_info->tx_bytes = ev->tx_bytes.high_32; in extract_peer_stats_info_tlv() 491 peer_stats_info->tx_bytes <<= 32; in extract_peer_stats_info_tlv() 492 peer_stats_info->tx_bytes += ev->tx_bytes.low_32; in extract_peer_stats_info_tlv()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | i_qdf_net_stats.h | 167 stats->tx_bytes += value; in __qdf_net_stats_add_tx_bytes() 179 return stats->tx_bytes; in __qdf_net_stats_get_tx_bytes()
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | accounting.c |
|
H A D | ctrl_iface_ap.c |
|
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/ |
H A D | epping_helper.c | 157 adapter->stats.tx_bytes, in epping_log_packet() 172 adapter->stats.tx_bytes, in epping_log_stats()
|
H A D | epping_tx.c | 85 adapter->stats.tx_bytes += skb_len; in epping_tx_dup_pkt() 152 adapter->stats.tx_bytes += skb_len; in epping_tx_send_int()
|
/wlan-driver/qcacld-3.0/components/cp_stats/dispatcher/inc/ |
H A D | wlan_cp_stats_mc_defs.h | 737 uint64_t tx_bytes; member 856 uint64_t tx_bytes; member
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_txrx.h | 899 void ol_tx_vdev_set_bundle_require(uint8_t vdev_id, unsigned long tx_bytes, 908 void ol_tx_vdev_set_bundle_require(uint8_t vdev_id, unsigned long tx_bytes, in ol_tx_vdev_set_bundle_require() argument
|
H A D | ol_tx_hl.c | 1444 ol_tx_vdev_set_bundle_require(uint8_t vdev_id, unsigned long tx_bytes, argument 1456 if (tx_bytes > ((high_th * time_in_ms * 1500) / 1000)) 1458 else if (tx_bytes < ((low_th * time_in_ms * 1500) / 1000)) 1463 vdev->vdev_id, vdev->bundling_required, tx_bytes,
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_sawf.h | 276 uint64_t *tx_bytes, uint64_t *tx_cnt, in cdp_get_throughput_stats() argument 290 arg, in_bytes, in_cnt, tx_bytes, in cdp_get_throughput_stats()
|
H A D | cdp_txrx_misc.h | 765 unsigned long tx_bytes, in cdp_vdev_set_bundle_require_flag() argument 778 vdev_id, tx_bytes, time_in_ms, high_th, low_th); in cdp_vdev_set_bundle_require_flag()
|
H A D | cdp_txrx_ops.h | 1905 unsigned long tx_bytes, 2503 uint64_t *in_cnt, uint64_t *tx_bytes,
|
H A D | cdp_txrx_cmn_struct.h | 2548 uint64_t tx_bytes; member
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_bus_bandwidth.c | 845 uint64_t tx_bytes) in dp_set_vdev_bundle_require_flag() argument 850 vdev_id, tx_bytes, in dp_set_vdev_bundle_require_flag() 859 uint64_t tx_bytes) in dp_set_vdev_bundle_require_flag() argument 1887 uint64_t tx_packets = 0, rx_packets = 0, tx_bytes = 0; in __dp_bus_bw_work_handler() local 1944 tx_bytes = DP_BW_GET_DIFF( in __dp_bus_bw_work_handler() 2002 dp_ctx, tx_bytes); in __dp_bus_bw_work_handler()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_sta_info.h | 269 uint64_t tx_bytes; member
|
H A D | wlan_hdd_station_info.c | 1544 (sizeof(stainfo->tx_bytes) + NLA_HDRLEN) + in hdd_get_connected_station_info() 1569 stainfo->tx_bytes = stats->peer_stats_info_ext->tx_bytes; in hdd_get_connected_station_info() 1596 stainfo->max_phy_rate, stainfo->tx_packets, stainfo->tx_bytes); in hdd_get_connected_station_info() 1609 remote_station_put_u64(skb, REMOTE_TX_BYTES, stainfo->tx_bytes) || in hdd_get_connected_station_info()
|
H A D | wlan_hdd_stats.c | 640 hdd_sinfo->tx_bytes = sinfo->tx_bytes; in wlan_hdd_copy_sinfo_to_link_info() 684 sinfo->tx_bytes = hdd_sinfo->tx_bytes; in wlan_hdd_copy_hdd_stats_to_sinfo() 6583 sinfo->tx_bytes = stats->tx_bytes; in wlan_hdd_fill_station_info() 6615 sinfo->tx_bytes, sinfo->rx_bytes); in wlan_hdd_fill_station_info() 6855 txrx_stats.tx_bytes = stats->peer_stats_info_ext->tx_bytes; in wlan_hdd_get_station_remote() 7562 sinfo->tx_bytes = peer_stats->tx.tx_success.bytes; in wlan_hdd_update_mlo_peer_stats() 7722 sinfo->tx_bytes = stats.tx_bytes; in wlan_hdd_update_rate_info() 7905 hdd_sinfo->tx_bytes += sinfo->tx_bytes; in wlan_hdd_update_mlo_sinfo()
|
H A D | wlan_hdd_softap_tx_rx.c | 330 sta_info->tx_bytes = 0; in hdd_reset_sta_info_during_reattach()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_new_helpers.c |
|
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/ |
H A D | target_if_mc_cp_stats.c | 1203 peer_stats_info->tx_bytes = stats_info.tx_bytes; in target_if_cp_stats_extract_peer_stats_event()
|
/wlan-driver/qcacld-3.0/os_if/cp_stats/src/ |
H A D | wlan_cfg80211_mc_cp_stats.c | 1423 peer_stats_info->tx_bytes = src_peer_stats_info->tx_bytes; in copy_peer_stats_info_ext()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_main.h | 616 uint64_t tx_bytes; member 859 uint64_t tx_bytes; member
|
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver_atheros.c |
|
H A D | driver_hostap.c |
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_utils.c | 943 (msg)->bytes = (eve)->tx_bytes;\ 3125 tx->tx_bytes = thresh->tx.bytes; in wma_config_stats_ext_threshold() 3137 tx->tx_bytes, tx->tx_msdu_drop_cnt); in wma_config_stats_ext_threshold()
|