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