Home
last modified time | relevance | path

Searched refs:s_wqe (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_uc.c85 qp->s_wqe = NULL; in ipath_make_uc_req()
121 qp->s_wqe = wqe; in ipath_make_uc_req()
150 qp->s_wqe = wqe; in ipath_make_uc_req()
179 qp->s_wqe = wqe; in ipath_make_uc_req()
204 qp->s_wqe = wqe; in ipath_make_uc_req()
Dipath_ud.c322 qp->s_wqe = wqe; in ipath_make_ud_req()
Dipath_verbs.c1139 tx->wqe = qp->s_wqe; in ipath_verbs_send_dma()
1304 if (qp->s_wqe) { in ipath_verbs_send_pio()
1306 ipath_send_complete(qp, qp->s_wqe, IB_WC_SUCCESS); in ipath_verbs_send_pio()
Dipath_verbs.h433 struct ipath_swqe *s_wqe; member
Dipath_qp.c332 qp->s_wqe = NULL; in ipath_reset_qp()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_uc.c85 qp->s_wqe = NULL; in qib_make_uc_req()
124 qp->s_wqe = wqe; in qib_make_uc_req()
153 qp->s_wqe = wqe; in qib_make_uc_req()
182 qp->s_wqe = wqe; in qib_make_uc_req()
207 qp->s_wqe = wqe; in qib_make_uc_req()
Dqib_sdma.c673 } else if (qp->s_wqe) in qib_sdma_verbs_send()
674 qib_send_complete(qp, qp->s_wqe, IB_WC_GENERAL_ERR); in qib_sdma_verbs_send()
Dqib_ud.c319 qp->s_wqe = wqe; in qib_make_ud_req()
Dqib_verbs.c1165 tx->wqe = qp->s_wqe; in qib_verbs_send_dma()
1355 if (qp->s_wqe) { in qib_verbs_send_pio()
1357 qib_send_complete(qp, qp->s_wqe, IB_WC_SUCCESS); in qib_verbs_send_pio()
Dqib_verbs.h487 struct qib_swqe *s_wqe; member
Dqib_qp.c379 qp->s_wqe = NULL; in qib_reset_qp()