Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
Ddp_mon_1.0.c504 enum timer_yield_status yield = DP_TIMER_NO_YIELD; in dp_mon_vdev_timer() local
524 while (yield == DP_TIMER_NO_YIELD) { in dp_mon_vdev_timer()
538 yield = DP_TIMER_WORK_EXHAUST; in dp_mon_vdev_timer()
546 yield = dp_should_timer_irq_yield(soc, total_work_done, in dp_mon_vdev_timer()
552 if (yield == DP_TIMER_WORK_EXHAUST || in dp_mon_vdev_timer()
553 yield == DP_TIMER_TIME_EXHAUST) in dp_mon_vdev_timer()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_service.c367 bool yield = hif_max_num_receives_reached(scn, ce_state->receive_count); in hif_ce_service_should_yield() local
374 if (yield) in hif_ce_service_should_yield()
377 return yield; in hif_ce_service_should_yield()
390 bool yield, time_limit_reached, rxpkt_thresh_reached = 0; in hif_ce_service_should_yield() local
407 yield = time_limit_reached || rxpkt_thresh_reached; in hif_ce_service_should_yield()
409 if (yield && in hif_ce_service_should_yield()
417 return yield; in hif_ce_service_should_yield()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_main.c2445 enum timer_yield_status yield = DP_TIMER_NO_YIELD; in dp_interrupt_timer() local
2489 while (yield == DP_TIMER_NO_YIELD) { in dp_interrupt_timer()
2503 yield = DP_TIMER_WORK_EXHAUST; in dp_interrupt_timer()
2511 yield = dp_should_timer_irq_yield(soc, total_work_done, in dp_interrupt_timer()
2517 if (yield == DP_TIMER_WORK_EXHAUST || in dp_interrupt_timer()
2518 yield == DP_TIMER_TIME_EXHAUST) in dp_interrupt_timer()