Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_exec.h137 struct hif_napi_exec_context { struct
143 static inline struct hif_napi_exec_context* argument
146 return (struct hif_napi_exec_context *) ctx; in hif_exec_get_napi()
Dhif_exec.c664 struct hif_napi_exec_context *napi_exec_ctx = in hif_exec_poll()
665 qdf_container_of(napi, struct hif_napi_exec_context, napi); in hif_exec_poll()
733 struct hif_napi_exec_context *n_ctx = hif_exec_get_napi(ctx); in hif_exec_napi_schedule()
745 struct hif_napi_exec_context *n_ctx = hif_exec_get_napi(ctx); in hif_exec_napi_kill()
772 struct hif_napi_exec_context *ctx; in hif_exec_napi_create()
774 ctx = qdf_mem_malloc(sizeof(struct hif_napi_exec_context)); in hif_exec_napi_create()