Searched defs:hns_roce_cq (Results 1 – 1 of 1) sorted by relevance
458 struct hns_roce_cq { struct459 struct ib_cq ib_cq;460 struct hns_roce_mtr mtr;461 struct hns_roce_db db;462 u32 flags;463 spinlock_t lock;464 u32 cq_depth;465 u32 cons_index;466 u32 *set_ci_db;467 void __iomem *cq_db_l;[all …]