Searched defs:hns_roce_cq (Results 1 – 1 of 1) sorted by relevance
433 struct hns_roce_cq { struct434 struct ib_cq ib_cq;435 struct hns_roce_mtr mtr;436 struct hns_roce_db db;437 u32 flags;438 spinlock_t lock;439 u32 cq_depth;440 u32 cons_index;441 u32 *set_ci_db;442 void __iomem *db_reg;[all …]