Searched defs:hns_roce_cq (Results 1 – 1 of 1) sorted by relevance
411 struct hns_roce_cq { struct412 struct ib_cq ib_cq;415 u32 flags;416 spinlock_t lock;417 u32 cq_depth;418 u32 cons_index;419 u32 *set_ci_db;421 int arm_sn;422 int cqe_size;423 unsigned long cqn;[all …]