Home
last modified time | relevance | path

Searched refs:mon_flush_rings (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h636 void (*mon_flush_rings)(struct dp_soc *soc); member
2336 if (!monitor_ops || !monitor_ops->mon_flush_rings) { in dp_monitor_flush_rings()
2341 return monitor_ops->mon_flush_rings(soc); in dp_monitor_flush_rings()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.c1401 .mon_flush_rings = NULL,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_mon_1.0.c1480 .mon_flush_rings = dp_flush_monitor_rings,