Searched refs:hfi1_send_complete (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | uc.c | 91 hfi1_send_complete(qp, wqe, IB_WC_WR_FLUSH_ERR); in hfi1_make_uc_req() 143 hfi1_send_complete(qp, wqe, err ? IB_WC_LOC_PROT_ERR in hfi1_make_uc_req()
|
D | ruc.c | 413 hfi1_send_complete(sqp, wqe, send_status); in ruc_loopback() 461 hfi1_send_complete(sqp, wqe, send_status); in ruc_loopback() 924 void hfi1_send_complete(struct rvt_qp *qp, struct rvt_swqe *wqe, in hfi1_send_complete() function
|
D | verbs.h | 366 void hfi1_send_complete(struct rvt_qp *qp, struct rvt_swqe *wqe,
|
D | rc.c | 312 hfi1_send_complete(qp, wqe, qp->s_last != qp->s_acked ? in hfi1_make_rc_req() 381 hfi1_send_complete(qp, wqe, in hfi1_make_rc_req() 1046 hfi1_send_complete(qp, wqe, IB_WC_RETRY_EXC_ERR); in hfi1_restart_rc() 1471 hfi1_send_complete(qp, wqe, status); in do_rc_ack() 1707 hfi1_send_complete(qp, wqe, status); in rc_rcv_resp()
|
D | ud.c | 521 hfi1_send_complete(qp, wqe, IB_WC_WR_FLUSH_ERR); in hfi1_make_ud_req() 563 hfi1_send_complete(qp, wqe, IB_WC_SUCCESS); in hfi1_make_ud_req()
|
D | verbs.c | 716 hfi1_send_complete(qp, tx->wqe, IB_WC_SUCCESS); in verbs_sdma_complete() 1163 hfi1_send_complete(qp, qp->s_wqe, wc_status); in hfi1_verbs_send_pio() 1370 hfi1_send_complete(qp, qp->s_wqe, IB_WC_GENERAL_ERR); in hfi1_verbs_send()
|