Searched defs:ae4_cmd_queue (Results 1 – 1 of 1) sorted by relevance
47 struct ae4_cmd_queue { struct48 struct ae4_device *ae4;49 struct pt_cmd_queue cmd_q;50 struct list_head cmd;52 struct mutex cmd_lock;53 struct delayed_work p_work;54 struct workqueue_struct *pws;55 struct completion cmp;56 wait_queue_head_t q_w;57 atomic64_t intr_cnt;[all …]