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