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;104 spinlock_t cq_lock; /* protect cq */105 u16 cq_count;106 u16 cq_period;107 struct bnxt_qplib_cq qplib_cq;108 struct bnxt_qplib_cqe *cql;110 u32 max_cql;111 struct ib_umem *umem;[all …]