Searched defs:bnxt_re_cq (Results 1 – 1 of 1) sorted by relevance
193 struct bnxt_re_cq { struct194 struct ib_cq ibcq;195 struct list_head cq_list;196 struct bnxt_re_dev *rdev;197 struct bnxt_re_ucontext *uctx;198 spinlock_t cq_lock;199 u16 cq_count;200 u16 cq_period;201 struct bnxt_qplib_cq qplib_cq;202 struct bnxt_qplib_cqe *cql;[all …]