Lines Matching defs:qedr_cq
270 struct qedr_cq { struct
273 enum qedr_cq_type cq_type; argument
274 u32 sig;
276 u16 icid;
279 spinlock_t cq_lock;
280 u8 arm_flags;
281 struct qed_chain pbl;
283 void __iomem *db_addr;
284 union db_prod64 db;
286 u8 pbl_toggle;
287 union rdma_cqe *latest_cqe;
288 union rdma_cqe *toggle_cqe;
290 u32 cq_cons;
292 struct qedr_userq q;
293 u8 destroyed;
294 u16 cnq_notif;