Lines Matching defs:qedr_cq
280 struct qedr_cq { struct
283 enum qedr_cq_type cq_type; argument
284 u32 sig;
286 u16 icid;
289 spinlock_t cq_lock;
290 u8 arm_flags;
291 struct qed_chain pbl;
293 void __iomem *db_addr;
294 union db_prod64 db;
296 u8 pbl_toggle;
297 union rdma_cqe *latest_cqe;
298 union rdma_cqe *toggle_cqe;
300 u32 cq_cons;
302 struct qedr_userq q;
303 u8 destroyed;
304 u16 cnq_notif;