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