Searched refs:hfi1_send_complete (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | ruc.c | 594 hfi1_send_complete(sqp, wqe, send_status); in ruc_loopback() 641 hfi1_send_complete(sqp, wqe, send_status); in ruc_loopback() 898 void hfi1_send_complete(struct hfi1_qp *qp, struct hfi1_swqe *wqe, in hfi1_send_complete() function
|
D | ud.c | 297 hfi1_send_complete(qp, wqe, IB_WC_WR_FLUSH_ERR); in hfi1_make_ud_req() 334 hfi1_send_complete(qp, wqe, IB_WC_SUCCESS); in hfi1_make_ud_req()
|
D | rc.c | 306 hfi1_send_complete(qp, wqe, qp->s_last != qp->s_acked ? in hfi1_make_rc_req() 892 hfi1_send_complete(qp, wqe, IB_WC_RETRY_EXC_ERR); in restart_rc() 1356 hfi1_send_complete(qp, wqe, status); in do_rc_ack() 1602 hfi1_send_complete(qp, wqe, status); in rc_rcv_resp()
|
D | uc.c | 91 hfi1_send_complete(qp, wqe, IB_WC_WR_FLUSH_ERR); in hfi1_make_uc_req()
|
D | verbs.c | 831 hfi1_send_complete(qp, tx->wqe, IB_WC_SUCCESS); in verbs_sdma_complete() 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 | verbs.h | 1085 void hfi1_send_complete(struct hfi1_qp *qp, struct hfi1_swqe *wqe,
|
D | diag.c | 1768 hfi1_send_complete( in snoop_send_pio_handler()
|