Home
last modified time | relevance | path

Searched refs:mon_print_pdev_rx_mon_stats (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h697 void (*mon_print_pdev_rx_mon_stats)(struct dp_pdev *pdev); member
3215 if (!monitor_ops || !monitor_ops->mon_print_pdev_rx_mon_stats) { in dp_monitor_print_pdev_rx_mon_stats()
3220 return monitor_ops->mon_print_pdev_rx_mon_stats(pdev); in dp_monitor_print_pdev_rx_mon_stats()
H A Ddp_mon.c6860 mon_ops->mon_print_pdev_rx_mon_stats = NULL; in dp_mon_feature_ops_deregister()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.c1254 mon_ops->mon_print_pdev_rx_mon_stats = dp_print_pdev_rx_mon_stats; in dp_mon_register_feature_ops_2_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_mon_1.0.c1329 mon_ops->mon_print_pdev_rx_mon_stats = dp_print_pdev_rx_mon_stats; in dp_mon_register_feature_ops_1_0()