Searched defs:bnxt_re_qp (Results 1 – 1 of 1) sorted by relevance
84 struct bnxt_re_qp { struct85 struct ib_qp ib_qp;86 struct list_head list;87 struct bnxt_re_dev *rdev;88 spinlock_t sq_lock; /* protect sq */89 spinlock_t rq_lock; /* protect rq */90 struct bnxt_qplib_qp qplib_qp;91 struct ib_umem *sumem;92 struct ib_umem *rumem;94 u32 send_psn;[all …]