Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_rc.c812 ipath_error_qp(qp, IB_WC_WR_FLUSH_ERR); in ipath_restart_rc()
1080 ipath_error_qp(qp, IB_WC_WR_FLUSH_ERR); in do_rc_ack()
1311 ipath_error_qp(qp, IB_WC_WR_FLUSH_ERR); in ipath_rc_rcv_resp()
1531 lastwqe = ipath_error_qp(qp, err); in ipath_rc_error()
Dipath_qp.c377 int ipath_error_qp(struct ipath_qp *qp, enum ib_wc_status err) in ipath_error_qp() function
542 lastwqe = ipath_error_qp(qp, IB_WC_WR_FLUSH_ERR); in ipath_modify_qp()
Dipath_verbs.h742 int ipath_error_qp(struct ipath_qp *qp, enum ib_wc_status err);
Dipath_ruc.c494 int lastwqe = ipath_error_qp(sqp, IB_WC_WR_FLUSH_ERR); in ipath_ruc_loopback()