Searched refs:rvt_error_qp (Results 1 – 5 of 5) sorted by relevance
/linux/include/rdma/ |
H A D | rdmavt_qp.h | 770 int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err); 789 rvt_error_qp(qp, IB_WC_LOC_QP_OP_ERR); in rvt_recv_cq() 809 rvt_error_qp(qp, IB_WC_LOC_QP_OP_ERR); in rvt_send_cq()
|
/linux/drivers/infiniband/sw/rdmavt/ |
H A D | qp.c | 706 lastwqe = rvt_error_qp(qp, IB_WC_LOC_PROT_ERR); in rvt_qp_mr_clean() 1275 * rvt_error_qp - put a QP into the error state 1285 int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err) in rvt_error_qp() function 1365 EXPORT_SYMBOL(rvt_error_qp); 1552 lastwqe = rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in rvt_modify_qp() 2469 lastwqe = rvt_error_qp(qp, err); in rvt_rc_error() 3197 lastwqe = rvt_error_qp(sqp, IB_WC_WR_FLUSH_ERR); in rvt_ruc_loopback()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | rc.c | 362 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in make_rc_ack() 1605 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_restart_rc() 2236 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in do_rc_ack() 2476 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in rc_rcv_resp()
|
H A D | qp.c | 898 lastwqe = rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_qp_iter_cb()
|
H A D | tid_rdma.c | 2572 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_rc_rcv_tid_rdma_read_resp() 4198 rvt_error_qp(qp, status); in hfi1_rc_rcv_tid_rdma_write_resp() 4222 rvt_error_qp(qp, IB_WC_REM_INV_RD_REQ_ERR); in hfi1_build_tid_rdma_packet() 4820 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_tid_retry_timeout()
|