Searched refs:rvt_error_qp (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/rdma/ |
| D | rdmavt_qp.h | 785 int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err); 804 rvt_error_qp(qp, IB_WC_LOC_QP_OP_ERR); in rvt_recv_cq() 824 rvt_error_qp(qp, IB_WC_LOC_QP_OP_ERR); in rvt_send_cq()
|
| /Linux-v5.4/drivers/infiniband/sw/rdmavt/ |
| D | qp.c | 742 lastwqe = rvt_error_qp(qp, IB_WC_LOC_PROT_ERR); in rvt_qp_mr_clean() 1306 int rvt_error_qp(struct rvt_qp *qp, enum ib_wc_status err) in rvt_error_qp() function 1386 EXPORT_SYMBOL(rvt_error_qp); 1570 lastwqe = rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in rvt_modify_qp() 2514 lastwqe = rvt_error_qp(qp, err); in rvt_rc_error() 3233 int lastwqe = rvt_error_qp(sqp, IB_WC_WR_FLUSH_ERR); in rvt_ruc_loopback()
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | rc.c | 404 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in make_rc_ack() 1648 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_restart_rc() 2279 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in do_rc_ack() 2519 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in rc_rcv_resp()
|
| D | qp.c | 950 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() 4185 rvt_error_qp(qp, status); in hfi1_rc_rcv_tid_rdma_write_resp() 4209 rvt_error_qp(qp, IB_WC_REM_INV_RD_REQ_ERR); in hfi1_build_tid_rdma_packet() 4797 rvt_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_tid_retry_timeout()
|