Home
last modified time | relevance | path

Searched refs:mon_tx_stats_update (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.c1311 mon_ops->mon_tx_stats_update = dp_mon_tx_stats_update_2_0; 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.c1397 mon_ops->mon_tx_stats_update = dp_mon_tx_stats_update_1_0; in dp_mon_register_feature_ops_1_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c3402 if (mon_ops && mon_ops->mon_tx_stats_update) in dp_tx_stats_update()
3403 mon_ops->mon_tx_stats_update(mon_peer, ppdu); in dp_tx_stats_update()
6904 mon_ops->mon_tx_stats_update = NULL; in dp_mon_feature_ops_deregister()
H A Ddp_mon.h764 void (*mon_tx_stats_update)(struct dp_mon_peer *mon_peer, member