Searched refs:rvt_error_qp (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 746 lastwqe = rvt_error_qp(qp, IB_WC_LOC_PROT_ERR); in rvt_qp_mr_clean() 1342 int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err) in rvt_error_qp() function 1422 EXPORT_SYMBOL(rvt_error_qp); 1606 lastwqe = rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in rvt_modify_qp() 2521 lastwqe = rvt_error_qp(qp, err); in rvt_rc_error() 3249 lastwqe = rvt_error_qp(sqp, IB_WC_WR_FLUSH_ERR); in rvt_ruc_loopback()
|
/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 831 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in qib_restart_rc() 1196 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in do_rc_ack() 1467 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in qib_rc_rcv_resp()
|
D | qib_sdma.c | 631 rvt_error_qp(qp, IB_WC_GENERAL_ERR); in qib_sdma_verbs_send()
|
/drivers/infiniband/hw/hfi1/ |
D | rc.c | 404 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in make_rc_ack() 1647 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_restart_rc() 2278 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in do_rc_ack() 2518 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in rc_rcv_resp()
|
D | qp.c | 939 lastwqe = rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_qp_iter_cb()
|
D | tid_rdma.c | 2565 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_rc_rcv_tid_rdma_read_resp() 4186 rvt_error_qp(qp, status); in hfi1_rc_rcv_tid_rdma_write_resp() 4210 rvt_error_qp(qp, IB_WC_REM_INV_RD_REQ_ERR); in hfi1_build_tid_rdma_packet() 4807 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_tid_retry_timeout()
|