Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_cm.c925 err = iwch_modify_qp(ep->com.qp->rhp, in process_mpa_reply()
1484 iwch_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close()
1499 iwch_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close()
1594 ret = iwch_modify_qp(ep->com.qp->rhp, in peer_abort()
1661 iwch_modify_qp(ep->com.qp->rhp, in close_con_rpl()
1726 iwch_modify_qp(ep->com.qp->rhp, in ec_status()
1756 iwch_modify_qp(ep->com.qp->rhp, in ep_timeout()
1845 err = iwch_modify_qp(ep->com.qp->rhp, in iwch_accept_cr()
Diwch_ev.c82 iwch_modify_qp(qhp->rhp, qhp, IWCH_QP_ATTR_NEXT_STATE, in post_qp_event()
Diwch_provider.h258 int iwch_modify_qp(struct iwch_dev *rhp,
Diwch_provider.c869 iwch_modify_qp(rhp, qhp, IWCH_QP_ATTR_NEXT_STATE, &attrs, 0); in iwch_destroy_qp()
1082 return iwch_modify_qp(rhp, qhp, mask, &attrs, 0); in iwch_ib_modify_qp()
Diwch_qp.c947 int iwch_modify_qp(struct iwch_dev *rhp, struct iwch_qp *qhp, in iwch_modify_qp() function