Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c408 c4iw_modify_qp(ep->com.dev, ep->com.qp, in process_timeout()
618 c4iw_modify_qp(ep->com.dev, ep->com.qp, in process_peer_close()
642 c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_peer_close()
720 ret = c4iw_modify_qp(ep->com.qp->rhp, in process_conn_error()
783 c4iw_modify_qp(ep->com.dev, in process_close_complete()
891 ret = c4iw_modify_qp(ep->com.dev, ep->com.qp, in process_data()
2131 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, mask, &attrs, 1); in process_mpa_reply()
2151 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_mpa_reply()
2173 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, in process_mpa_reply()
2494 err = c4iw_modify_qp(ep->com.qp->rhp, ep->com.qp, mask, &attrs, 1); in c4iw_accept_cr()
[all …]
H A Dev.c139 c4iw_modify_qp(qhp->rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, in post_qp_event()
H A Dqp.c1434 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp() function
1696 c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in c4iw_destroy_qp()
1698 c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 0); in c4iw_destroy_qp()
1951 return c4iw_modify_qp(rhp, qhp, mask, &attrs, 0); in c4iw_ib_modify_qp()
H A Diw_cxgbe.h581 int c4iw_modify_qp(struct c4iw_dev *rhp,
/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h208 int c4iw_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr,
H A Ddev.c95 .modify_qp = c4iw_modify_qp,
H A Dverbs.c594 int c4iw_modify_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, in c4iw_modify_qp() function