Searched defs:bnxt_re_cq (Results 1 – 1 of 1) sorted by relevance
98 struct bnxt_re_cq { struct99 struct ib_cq ib_cq;100 struct bnxt_re_dev *rdev;101 spinlock_t cq_lock; /* protect cq */102 u16 cq_count;103 u16 cq_period;104 struct bnxt_qplib_cq qplib_cq;105 struct bnxt_qplib_cqe *cql;107 u32 max_cql;108 struct ib_umem *umem;[all …]