Searched defs:hns_roce_cq (Results 1 – 1 of 1) sorted by relevance
405 struct hns_roce_cq { struct406 struct ib_cq ib_cq;407 struct hns_roce_mtr mtr;408 struct hns_roce_db db;409 u32 flags;410 spinlock_t lock;411 u32 cq_depth;412 u32 cons_index;413 u32 *set_ci_db;414 void __iomem *db_reg;[all …]