Lines Matching defs:qedr_cq
273 struct qedr_cq { struct
276 enum qedr_cq_type cq_type; argument
277 u32 sig;
279 u16 icid;
282 spinlock_t cq_lock;
283 u8 arm_flags;
284 struct qed_chain pbl;
286 void __iomem *db_addr;
287 union db_prod64 db;
289 u8 pbl_toggle;
290 union rdma_cqe *latest_cqe;
291 union rdma_cqe *toggle_cqe;
293 u32 cq_cons;
295 struct qedr_userq q;
296 u8 destroyed;
297 u16 cnq_notif;