Lines Matching refs:ibqp
345 struct ipath_devdata *dd = to_idev(qp->ibqp.device)->dd; in ipath_post_one_send()
349 if (qp->ibqp.qp_type != IB_QPT_SMI && in ipath_post_one_send()
368 if (qp->ibqp.qp_type == IB_QPT_UC) { in ipath_post_one_send()
371 } else if (qp->ibqp.qp_type == IB_QPT_UD) { in ipath_post_one_send()
377 if (qp->ibqp.pd != wr->wr.ud.ah->pd) in ipath_post_one_send()
418 if (qp->ibqp.qp_type == IB_QPT_UC || in ipath_post_one_send()
419 qp->ibqp.qp_type == IB_QPT_RC) { in ipath_post_one_send()
422 } else if (wqe->length > to_idev(qp->ibqp.device)->dd->ipath_ibmtu) in ipath_post_one_send()
445 static int ipath_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in ipath_post_send() argument
448 struct ipath_qp *qp = to_iqp(ibqp); in ipath_post_send()
474 static int ipath_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in ipath_post_receive() argument
477 struct ipath_qp *qp = to_iqp(ibqp); in ipath_post_receive()
550 switch (qp->ibqp.qp_type) { in ipath_qp_rcv()
1032 struct ipath_ibdev *dev = to_idev(qp->ibqp.device); in sdma_complete()
1102 struct ipath_ibdev *dev = to_idev(qp->ibqp.device); in ipath_verbs_send_dma()
1227 struct ipath_devdata *dd = to_idev(qp->ibqp.device)->dd; in ipath_verbs_send_pio()
1325 struct ipath_devdata *dd = to_idev(qp->ibqp.device)->dd; in ipath_verbs_send()
1341 if (qp->ibqp.qp_type == IB_QPT_SMI || in ipath_verbs_send()