Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.c1267 mon_ops->mon_print_pdev_tx_capture_stats = in dp_mon_register_feature_ops_2_0()
1276 mon_ops->mon_print_pdev_tx_capture_stats = NULL; 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.c1341 mon_ops->mon_print_pdev_tx_capture_stats = in dp_mon_register_feature_ops_1_0()
1352 mon_ops->mon_print_pdev_tx_capture_stats = NULL; in dp_mon_register_feature_ops_1_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h700 void (*mon_print_pdev_tx_capture_stats)(struct dp_pdev *pdev); member
3241 if (!monitor_ops || !monitor_ops->mon_print_pdev_tx_capture_stats) { in dp_monitor_print_pdev_tx_capture_stats()
3246 return monitor_ops->mon_print_pdev_tx_capture_stats(pdev); in dp_monitor_print_pdev_tx_capture_stats()
H A Ddp_mon.c6873 mon_ops->mon_print_pdev_tx_capture_stats = NULL; in dp_mon_feature_ops_deregister()