Home
last modified time | relevance | path

Searched refs:tx_latency_cb (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.c2791 if (!soc->tx_latency_cb || !dp_tx_latency_stats_report_enabled(vdev)) in dp_tx_latency_stats_rpt_per_vdev()
2800 soc->tx_latency_cb(vdev->vdev_id, &stats_list); in dp_tx_latency_stats_rpt_per_vdev()
2823 if (!soc->tx_latency_cb) in dp_tx_latency_stats_report()
2987 soc->tx_latency_cb = cb; in dp_tx_latency_stats_register_cb()
H A Ddp_types.h3253 cdp_tx_latency_cb tx_latency_cb; member