Home
last modified time | relevance | path

Searched refs:cdp_vdev_stats (Results 1 – 15 of 15) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
H A Ddp_mlo.c395 struct cdp_vdev_stats *tgt_vdev_stats, in dp_aggregate_vdev_basic_stats()
411 struct cdp_vdev_stats *tgt_vdev_stats, in dp_aggregate_vdev_ingress_stats()
430 struct cdp_vdev_stats *tgt_vdev_stats, in dp_aggregate_all_vdev_stats()
455 struct cdp_vdev_stats *tgt_vdev_stats = (struct cdp_vdev_stats *)arg; in dp_mlo_vdev_stats_aggr_bridge_vap()
518 struct cdp_vdev_stats *vdev_stats, in dp_aggregate_interface_stats_based_on_peer_type()
521 struct cdp_vdev_stats *tgt_vdev_stats = NULL; in dp_aggregate_interface_stats_based_on_peer_type()
570 struct cdp_vdev_stats *vdev_stats) in dp_aggregate_interface_stats()
615 struct cdp_vdev_stats *tgt_vdev_stats = (struct cdp_vdev_stats *)arg; in dp_mlo_aggr_ptnr_iface_stats()
635 struct cdp_vdev_stats *tgt_vdev_stats = (struct cdp_vdev_stats *)arg; in dp_mlo_aggr_ptnr_iface_stats_mlo_links()
681 dp_aggregate_vdev_ingress_stats((struct cdp_vdev_stats *)buf, in dp_aggregate_sta_interface_stats()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.h445 struct cdp_vdev_stats mlo_stats;
901 struct cdp_vdev_stats *tgt_vdev_stats = (struct cdp_vdev_stats *)buf; in dp_update_mlo_link_vdev_ctxt_stats()
H A Ddp_be.c2802 struct cdp_vdev_stats *vdev_stats = &be_vdev->mlo_stats; in dp_get_vdev_stats_for_unmap_peer_mlo()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_mlo.h157 uint8_t vdev_id, struct cdp_vdev_stats *buf, in cdp_mlo_get_mld_vdev_stats()
H A Dcdp_txrx_host_stats.h684 struct cdp_vdev_stats *buf, in cdp_host_get_vdev_stats()
1291 struct cdp_vdev_stats *buf) in cdp_host_get_interface_stats()
H A Dcdp_txrx_stats_struct.h2051 struct cdp_vdev_stats { struct
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_ucfg_api.h1645 struct cdp_vdev_stats *buf);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_ipa.c4185 struct cdp_vdev_stats *vdev_stats)
4225 struct cdp_vdev_stats *vdev_stats =
4226 qdf_mem_malloc_atomic(sizeof(struct cdp_vdev_stats));
4303 struct cdp_vdev_stats *vdev_stats;
4310 vdev_stats = (struct cdp_vdev_stats *)buf;
H A Ddp_internal.h1711 struct cdp_vdev_stats *srcobj);
1730 void dp_update_vdev_rate_stats(struct cdp_vdev_stats *tgtobj,
1757 void dp_copy_vdev_stats_to_tgt_buf(struct cdp_vdev_stats *vdev_stats,
3173 struct cdp_vdev_stats *vdev_stats,
5805 struct cdp_vdev_stats *tgtobj);
H A Ddp_stats.c8962 struct cdp_vdev_stats *tgtobj) in dp_update_vdev_basic_stats()
8981 struct cdp_vdev_stats *vdev_stats = (struct cdp_vdev_stats *)arg; in dp_update_vdev_stats()
9043 struct cdp_vdev_stats *vdev_stats = (struct cdp_vdev_stats *)arg; in dp_update_vdev_stats()
9102 struct cdp_vdev_stats *srcobj) in dp_update_pdev_stats()
9401 void dp_update_hw_tx_delay_stats(struct cdp_vdev_stats *vdev_stats, in dp_update_hw_tx_delay_stats()
9411 void dp_update_hw_tx_delay_stats(struct cdp_vdev_stats *vdev_stats, in dp_update_hw_tx_delay_stats()
9417 void dp_copy_vdev_stats_to_tgt_buf(struct cdp_vdev_stats *vdev_stats, in dp_copy_vdev_stats_to_tgt_buf()
9431 void dp_update_vdev_rate_stats(struct cdp_vdev_stats *tgtobj, in dp_update_vdev_rate_stats()
H A Ddp_main.c6924 struct cdp_vdev_stats *vdev_stats, in dp_aggregate_vdev_stats()
6950 struct cdp_vdev_stats *vdev_stats = in dp_aggregate_pdev_stats()
6951 qdf_mem_malloc_atomic(sizeof(struct cdp_vdev_stats)); in dp_aggregate_pdev_stats()
6998 struct cdp_vdev_stats *vdev_stats; in dp_vdev_getstats()
7009 vdev_stats = qdf_mem_malloc_atomic(sizeof(struct cdp_vdev_stats)); in dp_vdev_getstats()
9789 struct cdp_vdev_stats *vdev_stats; in dp_txrx_get_vdev_stats()
9796 vdev_stats = (struct cdp_vdev_stats *)buf; in dp_txrx_get_vdev_stats()
12935 struct cdp_vdev_stats *vdev_stats = NULL; in dp_tx_get_success_ack_stats()
12945 vdev_stats = qdf_mem_malloc_atomic(sizeof(struct cdp_vdev_stats)); in dp_tx_get_success_ack_stats()
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c2885 cds_get_cdp_vdev_stats(uint8_t vdev_id, struct cdp_vdev_stats *vdev_stats) in cds_get_cdp_vdev_stats()
2901 struct cdp_vdev_stats *vdev_stats; in cds_dp_get_vdev_stats()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c2873 struct cdp_vdev_stats *buf) in ucfg_dp_get_vdev_stats()
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
H A Drrm_api.c725 struct cdp_vdev_stats *stats; in rrm_update_vdev_stats()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c6424 struct cdp_vdev_stats *vdev_stats = in dp_mon_peer_get_stats()
6425 (struct cdp_vdev_stats *)arg; in dp_mon_peer_get_stats()