Searched refs:ipath_send_complete (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_ruc.c | 451 ipath_send_complete(sqp, wqe, send_status); in ipath_ruc_loopback() 491 ipath_send_complete(sqp, wqe, send_status); in ipath_ruc_loopback() 698 void ipath_send_complete(struct ipath_qp *qp, struct ipath_swqe *wqe, in ipath_send_complete() function
|
D | ipath_ud.c | 269 ipath_send_complete(qp, wqe, IB_WC_WR_FLUSH_ERR); in ipath_make_ud_req() 307 ipath_send_complete(qp, wqe, IB_WC_SUCCESS); in ipath_make_ud_req()
|
D | ipath_rc.c | 257 ipath_send_complete(qp, wqe, IB_WC_WR_FLUSH_ERR); in ipath_make_rc_req() 811 ipath_send_complete(qp, wqe, IB_WC_RETRY_EXC_ERR); in ipath_restart_rc() 1079 ipath_send_complete(qp, wqe, status); in do_rc_ack() 1310 ipath_send_complete(qp, wqe, status); in ipath_rc_rcv_resp()
|
D | ipath_uc.c | 71 ipath_send_complete(qp, wqe, IB_WC_WR_FLUSH_ERR); in ipath_make_uc_req()
|
D | ipath_verbs.h | 880 void ipath_send_complete(struct ipath_qp *qp, struct ipath_swqe *wqe,
|
D | ipath_verbs.c | 1053 ipath_send_complete(qp, tx->wqe, ibs); in sdma_complete() 1062 ipath_send_complete(qp, tx->wqe, ibs); in sdma_complete() 1319 ipath_send_complete(qp, qp->s_wqe, IB_WC_SUCCESS); in ipath_verbs_send_pio()
|