Searched refs:rvt_error_qp (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/rdma/ |
D | rdmavt_qp.h | 769 int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err); 788 rvt_error_qp(qp, IB_WC_LOC_QP_OP_ERR); in rvt_recv_cq() 808 rvt_error_qp(qp, IB_WC_LOC_QP_OP_ERR); in rvt_send_cq()
|
/linux-6.6.21/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 706 lastwqe = rvt_error_qp(qp, IB_WC_LOC_PROT_ERR); in rvt_qp_mr_clean() 1286 int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err) in rvt_error_qp() function 1366 EXPORT_SYMBOL(rvt_error_qp); 1553 lastwqe = rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in rvt_modify_qp() 2470 lastwqe = rvt_error_qp(qp, err); in rvt_rc_error() 3198 lastwqe = rvt_error_qp(sqp, IB_WC_WR_FLUSH_ERR); in rvt_ruc_loopback()
|
/linux-6.6.21/drivers/infiniband/hw/qib/ |
D | qib_rc.c | 832 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in qib_restart_rc() 1197 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in do_rc_ack() 1469 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()
|
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
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()
|
D | qp.c | 898 lastwqe = rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_qp_iter_cb()
|
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() 4819 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_tid_retry_timeout()
|