Searched defs:hns_roce_cq (Results 1 – 1 of 1) sorted by relevance
404 struct hns_roce_cq { struct405 struct ib_cq ib_cq;408 u32 flags;409 spinlock_t lock;410 u32 cq_depth;411 u32 cons_index;412 u32 *set_ci_db;414 int arm_sn;415 int cqe_size;416 unsigned long cqn;[all …]
Completed in 14 milliseconds