Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_mon_1.0.c554 qdf_timer_mod(&mon_soc->mon_vdev_timer, 1); in dp_mon_vdev_timer()
556 qdf_timer_mod(&mon_soc->mon_vdev_timer, DP_INTR_POLL_TIMER_MS); in dp_mon_vdev_timer()
702 qdf_timer_init(soc->osdev, &mon_soc->mon_vdev_timer, in dp_mon_vdev_timer_init()
712 qdf_timer_free(&mon_soc->mon_vdev_timer); in dp_mon_vdev_timer_deinit()
721 qdf_timer_mod(&mon_soc->mon_vdev_timer, DP_INTR_POLL_TIMER_MS); in dp_mon_vdev_timer_start()
730 qdf_timer_sync_cancel(&mon_soc->mon_vdev_timer); in dp_mon_vdev_timer_stop()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h927 qdf_timer_t mon_vdev_timer; member