Home
last modified time | relevance | path

Searched refs:hfi1_error_qp (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dqp.h144 int hfi1_error_qp(struct hfi1_qp *qp, enum ib_wc_status err);
Drc.c893 hfi1_error_qp(qp, IB_WC_WR_FLUSH_ERR); in restart_rc()
1357 hfi1_error_qp(qp, IB_WC_WR_FLUSH_ERR); in do_rc_ack()
1603 hfi1_error_qp(qp, IB_WC_WR_FLUSH_ERR); in rc_rcv_resp()
1815 lastwqe = hfi1_error_qp(qp, err); in hfi1_rc_error()
Dqp.c459 int hfi1_error_qp(struct hfi1_qp *qp, enum ib_wc_status err) in hfi1_error_qp() function
760 lastwqe = hfi1_error_qp(qp, IB_WC_WR_FLUSH_ERR); in hfi1_modify_qp()
Druc.c643 int lastwqe = hfi1_error_qp(sqp, IB_WC_WR_FLUSH_ERR); in ruc_loopback()