Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 25 of 31) sorted by relevance

12

/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_mc_cp_stats_tlv.c353 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 Di_qdf_net_stats.h167 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 Daccounting.c
H A Dctrl_iface_ap.c
/wlan-driver/qca-wifi-host-cmn/utils/epping/src/
H A Depping_helper.c157 adapter->stats.tx_bytes, in epping_log_packet()
172 adapter->stats.tx_bytes, in epping_log_stats()
H A Depping_tx.c85 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 Dwlan_cp_stats_mc_defs.h737 uint64_t tx_bytes; member
856 uint64_t tx_bytes; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.h899 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 Dol_tx_hl.c1444 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 Dcdp_txrx_sawf.h276 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 Dcdp_txrx_misc.h765 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 Dcdp_txrx_ops.h1905 unsigned long tx_bytes,
2503 uint64_t *in_cnt, uint64_t *tx_bytes,
H A Dcdp_txrx_cmn_struct.h2548 uint64_t tx_bytes; member
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c845 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 Dwlan_hdd_sta_info.h269 uint64_t tx_bytes; member
H A Dwlan_hdd_station_info.c1544 (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 Dwlan_hdd_stats.c640 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 Dwlan_hdd_softap_tx_rx.c330 sta_info->tx_bytes = 0; in hdd_reset_sta_info_during_reattach()
/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c
/wlan-driver/qcacld-3.0/components/target_if/cp_stats/src/
H A Dtarget_if_mc_cp_stats.c1203 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 Dwlan_cfg80211_mc_cp_stats.c1423 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 Dwlan_hdd_main.h616 uint64_t tx_bytes; member
859 uint64_t tx_bytes; member
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c
H A Ddriver_hostap.c
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c943 (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()

12