Searched defs:hns_roce_srq (Results 1 – 1 of 1) sorted by relevance
522 struct hns_roce_srq { struct524 void (*event)(struct hns_roce_srq *srq, enum hns_roce_event event); argument525 unsigned long srqn;526 int max;527 int max_gs;528 int wqe_shift;529 void __iomem *db_reg_l;531 atomic_t refcount;532 struct completion free;534 struct hns_roce_buf buf;[all …]