Lines Matching defs:mthca_qp
253 struct mthca_qp { struct
254 struct ib_qp ibqp;
255 int refcount;
256 u32 qpn;
257 int is_direct;
258 u8 port; /* for SQP and memfree use only */
259 u8 alt_port; /* for memfree use only */
260 u8 transport;
261 u8 state;
262 u8 atomic_rd_en;
263 u8 resp_depth;
265 struct mthca_mr mr;
267 struct mthca_wq rq;
268 struct mthca_wq sq;
269 enum ib_sig_type sq_policy;
270 int send_wqe_offset;
271 int max_inline_data;
273 u64 *wrid;
274 union mthca_buf queue;
276 wait_queue_head_t wait;
277 struct mutex mutex;
278 struct mthca_sqp *sqp;