Home
last modified time | relevance | path

Searched refs:mon_ppdu_desc_notify (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.c1314 mon_ops->mon_ppdu_desc_notify = dp_ppdu_desc_notify_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.c1392 mon_ops->mon_ppdu_desc_notify = dp_ppdu_desc_notify_1_0; in dp_mon_register_feature_ops_1_0()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c4897 if (mon_ops && mon_ops->mon_ppdu_desc_notify) in dp_tx_ppdu_desc_notify()
4898 mon_ops->mon_ppdu_desc_notify(pdev, nbuf); in dp_tx_ppdu_desc_notify()
6901 mon_ops->mon_ppdu_desc_notify = NULL; in dp_mon_feature_ops_deregister()
H A Ddp_mon.h771 void (*mon_ppdu_desc_notify)(struct dp_pdev *pdev, qdf_nbuf_t nbuf); member