Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dev.c100 c4iw_modify_qp(qhp->rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, in post_qp_event()
Dcm.c1529 err = c4iw_modify_qp(ep->com.qp->rhp, in process_mpa_reply()
1544 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_mpa_reply()
1564 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_mpa_reply()
1768 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in rx_data()
2608 ret = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close()
2626 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in peer_close()
2719 ret = c4iw_modify_qp(ep->com.qp->rhp, in peer_abort()
2808 c4iw_modify_qp(ep->com.qp->rhp, in close_con_rpl()
2845 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in terminate()
3001 err = c4iw_modify_qp(ep->com.qp->rhp, in c4iw_accept_cr()
[all …]
Dqp.c1347 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp() function
1596 c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in c4iw_destroy_qp()
1598 c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 0); in c4iw_destroy_qp()
1875 return c4iw_modify_qp(rhp, qhp, mask, &attrs, 0); in c4iw_ib_modify_qp()
Diw_cxgb4.h561 int c4iw_modify_qp(struct c4iw_dev *rhp,