Home
last modified time | relevance | path

Searched refs:dp_mon_ops (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h610 struct dp_mon_ops { struct
930 struct dp_mon_ops *mon_ops;
1931 struct dp_mon_ops *monitor_ops; in dp_monitor_pdev_attach()
1959 struct dp_mon_ops *monitor_ops; in dp_monitor_pdev_detach()
1987 struct dp_mon_ops *monitor_ops; in dp_monitor_vdev_attach()
2010 struct dp_mon_ops *monitor_ops; in dp_monitor_vdev_detach()
2035 struct dp_mon_ops *monitor_ops; in dp_monitor_peer_attach()
2060 struct dp_mon_ops *monitor_ops; in dp_monitor_peer_detach()
2085 struct dp_mon_ops *monitor_ops; in dp_monitor_peer_get_peerstats_ctx()
2110 struct dp_mon_ops *monitor_ops; in dp_monitor_peer_reset_stats()
[all …]
H A Ddp_mon_filter.c431 struct dp_mon_ops *mon_ops = NULL; in dp_mon_filter_setup_enhanced_stats()
440 struct dp_mon_ops *mon_ops = NULL; in dp_mon_filter_reset_enhanced_stats()
451 struct dp_mon_ops *mon_ops = NULL; in dp_mon_filter_setup_undecoded_metadata_mode()
460 struct dp_mon_ops *mon_ops = NULL; in dp_mon_filter_reset_undecoded_metadata_mode()
471 struct dp_mon_ops *mon_ops = NULL; in dp_mon_filter_setup_mcopy_mode()
480 struct dp_mon_ops *mon_ops = NULL; in dp_mon_filter_reset_mcopy_mode()
491 struct dp_mon_ops *mon_ops = NULL; in dp_mon_filter_setup_smart_monitor()
500 struct dp_mon_ops *mon_ops = NULL; in dp_mon_filter_reset_smart_monitor()
510 struct dp_mon_ops *mon_ops = NULL; in dp_mon_filter_set_reset_mon_mac_filter()
520 struct dp_mon_ops *mon_ops = NULL; in dp_mon_filter_setup_rx_enh_capture()
[all …]
H A Ddp_mon.c97 struct dp_mon_ops *mon_ops; in dp_config_mcopy_mode()
1134 struct dp_mon_ops *mon_ops; in dp_set_bpr_enable()
1152 struct dp_mon_ops *mon_ops = NULL; in dp_set_hybrid_pktlog_enable()
1219 struct dp_mon_ops *mon_ops; in dp_set_pktlog_wifi3()
1774 struct dp_mon_ops *mon_ops = NULL; in dp_mon_tx_enable_enhanced_stats()
1846 struct dp_mon_ops *mon_ops = NULL; in dp_mon_tx_disable_enhanced_stats()
3257 struct dp_mon_ops *mon_ops; in dp_tx_stats_update()
4894 struct dp_mon_ops *mon_ops = NULL; in dp_tx_ppdu_desc_notify()
4994 struct dp_mon_ops *mon_ops = NULL; in dp_tx_ppdu_desc_deliver()
5395 struct dp_mon_ops *mon_ops = NULL; in dp_tx_ppdu_stats_feat_enable_check()
[all …]
H A Ddp_rx_mon.c424 struct dp_mon_ops *mon_ops; in dp_rx_populate_cdp_indication_ppdu_user()
563 struct dp_mon_ops *mon_ops; in dp_rx_populate_cdp_indication_ppdu()
911 struct dp_mon_ops *mon_ops; in dp_rx_stats_update()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.c1242 struct dp_mon_ops *mon_ops = dp_mon_ops_get(soc); in dp_mon_register_feature_ops_2_0()
1375 struct dp_mon_ops monitor_ops_2_0 = {
1520 struct dp_mon_ops *mon_ops = mon_soc->mon_ops; in dp_mon_ops_register_cmn_2_0()
1534 struct dp_mon_ops *mon_ops = mon_soc->mon_ops; in dp_mon_ops_register_tx_2_0()
1551 struct dp_mon_ops *mon_ops = mon_soc->mon_ops; in dp_mon_ops_register_rx_2_0()
1568 struct dp_mon_ops *mon_ops = NULL; in dp_mon_ops_register_2_0()
1575 mon_ops = qdf_mem_malloc(sizeof(struct dp_mon_ops)); in dp_mon_ops_register_2_0()
1581 qdf_mem_copy(mon_ops, &monitor_ops_2_0, sizeof(struct dp_mon_ops)); in dp_mon_ops_register_2_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_mon_1.0.c1317 struct dp_mon_ops *mon_ops = dp_mon_ops_get(soc); in dp_mon_register_feature_ops_1_0()
1461 struct dp_mon_ops monitor_ops_1_0 = {
1564 struct dp_mon_ops *mon_ops = NULL; in dp_mon_ops_register_1_0()
1571 mon_ops = qdf_mem_malloc(sizeof(struct dp_mon_ops)); in dp_mon_ops_register_1_0()
1577 qdf_mem_copy(mon_ops, &monitor_ops_1_0, sizeof(struct dp_mon_ops)); in dp_mon_ops_register_1_0()