Searched refs:rvt_error_qp (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 563 lastwqe = rvt_error_qp(qp, IB_WC_LOC_PROT_ERR); in rvt_qp_mr_clean() 1050 int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err) in rvt_error_qp() function 1121 EXPORT_SYMBOL(rvt_error_qp); 1308 lastwqe = rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in rvt_modify_qp() 2165 lastwqe = rvt_error_qp(qp, err); in rvt_rc_error()
|
/Linux-v4.19/include/rdma/ |
D | rdmavt_qp.h | 672 int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err);
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 842 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in qib_restart_rc() 1225 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in do_rc_ack() 1494 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in qib_rc_rcv_resp()
|
D | qib_ruc.c | 452 int lastwqe = rvt_error_qp(sqp, IB_WC_WR_FLUSH_ERR); in qib_ruc_loopback()
|
D | qib_sdma.c | 652 rvt_error_qp(qp, IB_WC_GENERAL_ERR); in qib_sdma_verbs_send()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | rc.c | 1047 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_restart_rc() 1472 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in do_rc_ack() 1708 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in rc_rcv_resp()
|
D | qp.c | 831 lastwqe = rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_qp_iter_cb()
|
D | ruc.c | 463 int lastwqe = rvt_error_qp(sqp, IB_WC_WR_FLUSH_ERR); in ruc_loopback()
|