Lines Matching defs:bnxt_re_qp
80 struct bnxt_re_qp { struct
81 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;
91 struct ib_ud_header qp1_hdr;
92 struct bnxt_re_cq *scq;
93 struct bnxt_re_cq *rcq;