Searched defs:hif_exec_context (Results 1 – 1 of 1) sorted by relevance
81 struct hif_exec_context { struct94 bool (*work_complete)(struct hif_exec_context *, int work_done); argument95 void (*irq_enable)(struct hif_exec_context *); argument96 void (*irq_disable)(struct hif_exec_context *); argument97 const char* (*irq_name)(int irq_no);98 uint64_t sched_latency_stats[HIF_SCHED_LATENCY_BUCKETS];99 uint64_t tstamp;101 uint8_t cpu;102 struct qca_napi_stat stats[NR_CPUS];103 bool inited;[all …]