Home
last modified time | relevance | path

Searched refs:inited (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_tasklet.c93 if (hif_ce_state->tasklets[ce_work->id].inited) in reschedule_ce_tasklet_work_handler()
437 if (ce_check_rx_pending(CE_state) && tasklet_entry->inited) { in ce_tasklet()
496 hif_ce_state->tasklets[i].inited = true; in ce_tasklet_init()
524 if (hif_ce_state->tasklets[i].inited) { in ce_tasklet_kill()
525 hif_ce_state->tasklets[i].inited = false; in ce_tasklet_kill()
561 tasklet_entry->inited, in ce_tasklet_entry_dump()
911 tasklet_entry->inited, in ce_dispatch_interrupt()
1017 if ((mask & (1 << id)) && hif_ce_state->tasklets[id].inited) { in ce_unregister_irq()
1053 if ((mask & (1 << id)) && hif_ce_state->tasklets[id].inited) { in ce_register_irq()
H A Dce_main.h152 bool inited; member
H A Dce_main.c3230 bool inited = CE_state->timer_inited; in ce_fini() local
3267 if (inited) { in ce_fini()
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.c748 if (ctx->inited) { in hif_exec_napi_kill()
750 ctx->inited = 0; in hif_exec_napi_kill()
779 ctx->exec_ctx.inited = true; in hif_exec_napi_create()
806 if (ctx->inited) { in hif_exec_tasklet_kill()
810 ctx->inited = false; in hif_exec_tasklet_kill()
836 ctx->exec_ctx.inited = true; in hif_exec_tasklet_create()
H A Dhif_exec.h103 bool inited; member
/wlan-driver/qca-wifi-host-cmn/utils/epping/inc/
H A Depping_internal.h91 bool inited; member
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
H A Dif_ipci.c180 if (!ce_sc->tasklets[ce_id].inited) in hif_ce_srng_msi_free_irq()
487 if (!ce_sc->tasklets[ce_id].inited) in hif_ce_msi_configure_irq()
/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
H A Dif_ahb.c661 if (!hif_state->tasklets[i].inited) in hif_ahb_nointrs()
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c2135 if (!ce_sc->tasklets[ce_id].inited) in hif_ce_srng_free_irq()
3075 if (!ce_sc->tasklets[ce_id].inited) in hif_ce_msi_configure_irq_by_ceid()