Searched defs:bnxt_re_cq (Results 1 – 1 of 1) sorted by relevance
96 struct bnxt_re_cq { struct97 struct ib_cq ib_cq;98 struct bnxt_re_dev *rdev;99 spinlock_t cq_lock; /* protect cq */100 u16 cq_count;101 u16 cq_period;102 struct bnxt_qplib_cq qplib_cq;103 struct bnxt_qplib_cqe *cql;105 u32 max_cql;106 struct ib_umem *umem;