Searched defs:bnxt_re_cq (Results 1 – 1 of 1) sorted by relevance
101 struct bnxt_re_cq { struct102 struct ib_cq ib_cq;103 struct bnxt_re_dev *rdev;105 u16 cq_count;106 u16 cq_period;108 struct bnxt_qplib_cqe *cql;110 u32 max_cql;111 struct ib_umem *umem;112 struct ib_umem *resize_umem;113 int resize_cqe;[all …]
Completed in 6 milliseconds