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