Searched defs:hns_roce_cq (Results 1 – 1 of 1) sorted by relevance
411 struct hns_roce_cq { struct412 struct ib_cq ib_cq;413 struct hns_roce_mtr mtr;414 struct hns_roce_db db;415 u32 flags;416 spinlock_t lock;417 u32 cq_depth;418 u32 cons_index;419 u32 *set_ci_db;420 void __iomem *db_reg;[all …]