Home
last modified time | relevance | path

Searched refs:dp_stats (Results 1 – 16 of 16) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_txrx.c179 qdf_mem_zero(&dp_intf->dp_stats.arp_stats, in dp_clear_tx_rx_connectivity_stats()
180 sizeof(dp_intf->dp_stats.arp_stats)); in dp_clear_tx_rx_connectivity_stats()
181 qdf_mem_zero(&dp_intf->dp_stats.dns_stats, in dp_clear_tx_rx_connectivity_stats()
182 sizeof(dp_intf->dp_stats.dns_stats)); in dp_clear_tx_rx_connectivity_stats()
183 qdf_mem_zero(&dp_intf->dp_stats.tcp_stats, in dp_clear_tx_rx_connectivity_stats()
184 sizeof(dp_intf->dp_stats.tcp_stats)); in dp_clear_tx_rx_connectivity_stats()
185 qdf_mem_zero(&dp_intf->dp_stats.icmpv4_stats, in dp_clear_tx_rx_connectivity_stats()
186 sizeof(dp_intf->dp_stats.icmpv4_stats)); in dp_clear_tx_rx_connectivity_stats()
233 ++dp_intf->dp_stats.icmpv4_stats. in dp_tx_rx_collect_connectivity_stats_info()
238 ++dp_intf->dp_stats.icmpv4_stats. in dp_tx_rx_collect_connectivity_stats_info()
[all …]
H A Dwlan_dp_periodic_sta_stats.c26 struct dp_stats sta_stats; in dp_periodic_sta_stats_display()
63 sta_stats = dp_intf->dp_stats; in dp_periodic_sta_stats_display()
H A Dwlan_dp_softap_txrx.c650 struct dp_tx_rx_stats *stats = &dp_intf->dp_stats.tx_rx_stats; in dp_softap_start_xmit()
735 ++dp_intf->dp_stats.tx_rx_stats.tx_timeout_cnt; in dp_softap_tx_timeout()
736 ++dp_intf->dp_stats.tx_rx_stats.cont_txtimeout_cnt; in dp_softap_tx_timeout()
738 if (dp_intf->dp_stats.tx_rx_stats.cont_txtimeout_cnt > in dp_softap_tx_timeout()
741 dp_intf->dp_stats.tx_rx_stats.cont_txtimeout_cnt = 0; in dp_softap_tx_timeout()
842 stats = &dp_intf->dp_stats.tx_rx_stats; in dp_softap_rx_packet_cbk()
H A Dwlan_dp_main.c1818 dp_intf->dp_stats.arp_stats.rx_fw_cnt = rsp->arp_rsp_recvd; in dp_get_arp_stats_event_handler()
1826 dp_intf->dp_stats.tcp_stats.rx_fw_cnt = rsp->tcp_ack_recvd; in dp_get_arp_stats_event_handler()
1827 dp_intf->dp_stats.icmpv4_stats.rx_fw_cnt = in dp_get_arp_stats_event_handler()
H A Dwlan_dp_bus_bandwidth.c1094 stats = &dp_intf->dp_stats.tx_rx_stats; in wlan_dp_display_txrx_stats()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_stats.c43 struct dp_tx_rx_stats *dp_stats; in hdd_sysfs_get_stats() local
61 dp_stats = qdf_mem_malloc(sizeof(*dp_stats)); in hdd_sysfs_get_stats()
62 if (!dp_stats) { in hdd_sysfs_get_stats()
67 if (ucfg_dp_get_txrx_stats(vdev, dp_stats)) { in hdd_sysfs_get_stats()
70 qdf_mem_free(dp_stats); in hdd_sysfs_get_stats()
79 total_rx_pkt += dp_stats->per_cpu[i].rx_packets; in hdd_sysfs_get_stats()
80 total_rx_dropped += dp_stats->per_cpu[i].rx_dropped; in hdd_sysfs_get_stats()
81 total_rx_delv += dp_stats->per_cpu[i].rx_delivered; in hdd_sysfs_get_stats()
82 total_rx_refused += dp_stats->per_cpu[i].rx_refused; in hdd_sysfs_get_stats()
83 total_tx_pkt += dp_stats->per_cpu[i].tx_called; in hdd_sysfs_get_stats()
[all …]
H A Dwlan_hdd_wext.c2769 struct dp_tx_rx_stats *dp_stats; in hdd_wlan_get_stats() local
2787 dp_stats = qdf_mem_malloc(sizeof(*dp_stats)); in hdd_wlan_get_stats()
2788 if (!dp_stats) { in hdd_wlan_get_stats()
2793 if (ucfg_dp_get_txrx_stats(vdev, dp_stats)) { in hdd_wlan_get_stats()
2796 qdf_mem_free(dp_stats); in hdd_wlan_get_stats()
2805 total_rx_pkt += dp_stats->per_cpu[i].rx_packets; in hdd_wlan_get_stats()
2806 total_rx_dropped += dp_stats->per_cpu[i].rx_dropped; in hdd_wlan_get_stats()
2807 total_rx_delv += dp_stats->per_cpu[i].rx_delivered; in hdd_wlan_get_stats()
2808 total_rx_refused += dp_stats->per_cpu[i].rx_refused; in hdd_wlan_get_stats()
2809 total_tx_pkt += dp_stats->per_cpu[i].tx_called; in hdd_wlan_get_stats()
[all …]
H A Dwlan_hdd_station_info.c1794 struct cds_vdev_dp_stats dp_stats; in hdd_get_peer_stats() local
1831 if (cds_dp_get_vdev_stats(adapter->deflink->vdev_id, &dp_stats)) in hdd_get_peer_stats()
1833 dp_stats.tx_mpdu_success_with_retries; in hdd_get_peer_stats()
H A Dwlan_hdd_stats.c5807 struct cds_vdev_dp_stats dp_stats; in wlan_hdd_fill_summary_stats() local
5822 if (cds_dp_get_vdev_stats(vdev_id, &dp_stats)) { in wlan_hdd_fill_summary_stats()
5825 info->tx_retries = dp_stats.tx_retries_mpdu; in wlan_hdd_fill_summary_stats()
5826 info->tx_failed += dp_stats.tx_mpdu_success_with_retries; in wlan_hdd_fill_summary_stats()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c1549 stats = &dp_intf->dp_stats.tx_rx_stats; in ucfg_dp_inc_rx_pkt_stats()
1801 qdf_mem_zero(&dp_intf->dp_stats.arp_stats, in ucfg_dp_clear_arp_stats()
1802 sizeof(dp_intf->dp_stats.arp_stats)); in ucfg_dp_clear_arp_stats()
1816 qdf_mem_zero(&dp_intf->dp_stats.dns_stats, in ucfg_dp_clear_dns_stats()
1817 sizeof(dp_intf->dp_stats.dns_stats)); in ucfg_dp_clear_dns_stats()
1831 qdf_mem_zero(&dp_intf->dp_stats.tcp_stats, in ucfg_dp_clear_tcp_stats()
1832 sizeof(dp_intf->dp_stats.tcp_stats)); in ucfg_dp_clear_tcp_stats()
1846 qdf_mem_zero(&dp_intf->dp_stats.icmpv4_stats, in ucfg_dp_clear_icmpv4_stats()
1847 sizeof(dp_intf->dp_stats.icmpv4_stats)); in ucfg_dp_clear_icmpv4_stats()
2103 return &dp_intf->dp_stats.arp_stats; in ucfg_dp_get_arp_stats()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h257 struct dp_stats { struct
643 struct dp_stats dp_stats; member
H A Dwlan_dp_txrx.h419 ++dp_intf->dp_stats.tx_rx_stats.per_cpu[cpu].tx_orphaned; in dp_nbuf_orphan()
463 ++dp_intf->dp_stats.tx_rx_stats.per_cpu[cpu].tx_orphaned; in dp_nbuf_orphan()
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c1688 struct cdp_peer_stats *dp_stats, in wma_get_dp_peer_stats() argument
1704 peer_mac, dp_stats); in wma_get_dp_peer_stats()
1707 dp_stats, CDP_WILD_PEER_TYPE, in wma_get_dp_peer_stats()
1737 struct cdp_peer_stats *dp_stats; in wma_unified_link_peer_stats_event_handler() local
1837 dp_stats = qdf_mem_malloc(sizeof(*dp_stats)); in wma_unified_link_peer_stats_event_handler()
1838 if (!dp_stats) { in wma_unified_link_peer_stats_event_handler()
1856 dp_stats, peer_mac); in wma_unified_link_peer_stats_event_handler()
1864 dp_stats->rx.rx_mpdu_cnt[mcs_index]; in wma_unified_link_peer_stats_event_handler()
1880 qdf_mem_free(dp_stats); in wma_unified_link_peer_stats_event_handler()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_ucfg_api.h1089 struct dp_tx_rx_stats *dp_stats);
/wlan-driver/qcacld-3.0/
H A Dwlan_qcacld3_modules.bzl338 "cmn/dp/wifi3.0/dp_stats.c",
H A DKbuild2172 $(DP_SRC)/dp_stats.o \