Home
last modified time | relevance | path

Searched defs:hns_roce_cq (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h411 struct hns_roce_cq { struct
412 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 …]