Home
last modified time | relevance | path

Searched defs:hif_exec_context (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_exec.h81 struct hif_exec_context { struct
94 bool (*work_complete)(struct hif_exec_context *, int work_done); argument
95 void (*irq_enable)(struct hif_exec_context *); argument
96 void (*irq_disable)(struct hif_exec_context *); argument
97 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 …]