Lines Matching defs:ae4_cmd_queue
47 struct ae4_cmd_queue { struct
48 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;
58 atomic64_t done_cnt;
59 u64 q_cmd_count;
60 u32 dridx;
61 u32 tail_wi;
62 u32 id;