Searched refs:s_wqe (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_uc.c | 85 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()
|
D | qib_sdma.c | 673 } 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()
|
D | qib_ud.c | 319 qp->s_wqe = wqe; in qib_make_ud_req()
|
D | qib_verbs.c | 1181 tx->wqe = qp->s_wqe; in qib_verbs_send_dma() 1371 if (qp->s_wqe) { in qib_verbs_send_pio() 1373 qib_send_complete(qp, qp->s_wqe, IB_WC_SUCCESS); in qib_verbs_send_pio()
|
D | qib_verbs.h | 495 struct qib_swqe *s_wqe; member
|
D | qib_qp.c | 379 qp->s_wqe = NULL; in qib_reset_qp()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_uc.c | 85 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()
|
D | ipath_ud.c | 321 qp->s_wqe = wqe; in ipath_make_ud_req()
|
D | ipath_verbs.h | 439 struct ipath_swqe *s_wqe; member
|
D | ipath_verbs.c | 1152 tx->wqe = qp->s_wqe; in ipath_verbs_send_dma() 1317 if (qp->s_wqe) { in ipath_verbs_send_pio() 1319 ipath_send_complete(qp, qp->s_wqe, IB_WC_SUCCESS); in ipath_verbs_send_pio()
|
D | ipath_qp.c | 331 qp->s_wqe = NULL; in ipath_reset_qp()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | uc.c | 101 qp->s_wqe = NULL; in hfi1_make_uc_req() 142 qp->s_wqe = wqe; in hfi1_make_uc_req() 171 qp->s_wqe = wqe; in hfi1_make_uc_req() 201 qp->s_wqe = wqe; in hfi1_make_uc_req() 227 qp->s_wqe = wqe; in hfi1_make_uc_req()
|
D | verbs.c | 1048 tx->wqe = qp->s_wqe; in hfi1_verbs_send_dma() 1207 if (qp->s_wqe) { in hfi1_verbs_send_pio() 1209 hfi1_send_complete(qp, qp->s_wqe, wc_status); in hfi1_verbs_send_pio() 1347 hfi1_send_complete(qp, qp->s_wqe, IB_WC_GENERAL_ERR); in hfi1_verbs_send()
|
D | diag.c | 1766 if (qp->s_wqe) { in snoop_send_pio_handler() 1770 qp->s_wqe, in snoop_send_pio_handler()
|
D | verbs.h | 504 struct hfi1_swqe *s_wqe; member
|
D | ud.c | 349 qp->s_wqe = wqe; in hfi1_make_ud_req()
|
D | qp.c | 363 qp->s_wqe = NULL; in reset_qp()
|