Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.h126 struct hif_tasklet_exec_context { struct
149 static inline struct hif_tasklet_exec_context* argument
152 return (struct hif_tasklet_exec_context *) ctx; in hif_exec_get_tasklet()
H A Dhif_exec.c520 struct hif_tasklet_exec_context *t_ctx = hif_exec_get_tasklet(ctx); in hif_exec_tasklet_schedule()
803 struct hif_tasklet_exec_context *t_ctx = hif_exec_get_tasklet(ctx); in hif_exec_tasklet_kill()
826 struct hif_tasklet_exec_context *ctx; in hif_exec_tasklet_create()
828 ctx = qdf_mem_malloc(sizeof(struct hif_tasklet_exec_context)); in hif_exec_tasklet_create()