Home
last modified time | relevance | path

Searched refs:iwch_modify_qp (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Diwch_cm.c921 err = iwch_modify_qp(ep->com.qp->rhp, in process_mpa_reply()
1473 iwch_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close()
1488 iwch_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close()
1583 ret = iwch_modify_qp(ep->com.qp->rhp, in peer_abort()
1647 iwch_modify_qp(ep->com.qp->rhp, in close_con_rpl()
1712 iwch_modify_qp(ep->com.qp->rhp, in ec_status()
1742 iwch_modify_qp(ep->com.qp->rhp, in ep_timeout()
1831 err = iwch_modify_qp(ep->com.qp->rhp, in iwch_accept_cr()
Diwch_ev.c83 iwch_modify_qp(qhp->rhp, qhp, IWCH_QP_ATTR_NEXT_STATE, in post_qp_event()
Diwch_provider.h260 int iwch_modify_qp(struct iwch_dev *rhp,
Diwch_provider.c676 iwch_modify_qp(rhp, qhp, IWCH_QP_ATTR_NEXT_STATE, &attrs, 0); in iwch_destroy_qp()
888 return iwch_modify_qp(rhp, qhp, mask, &attrs, 0); in iwch_ib_modify_qp()
Diwch_qp.c867 int iwch_modify_qp(struct iwch_dev *rhp, struct iwch_qp *qhp, in iwch_modify_qp() function