Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c409 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in process_timeout()
619 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in process_peer_close()
643 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in process_peer_close()
721 ep->com.qp, C4IW_QP_ATTR_NEXT_STATE, in process_conn_error()
785 C4IW_QP_ATTR_NEXT_STATE, in process_close_complete()
892 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in process_data()
2126 mask = C4IW_QP_ATTR_NEXT_STATE | in process_mpa_reply()
2152 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in process_mpa_reply()
2174 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in process_mpa_reply()
2488 mask = C4IW_QP_ATTR_NEXT_STATE | 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.c1450 (mask & C4IW_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1); in c4iw_modify_qp()
1483 if (!(mask & C4IW_QP_ATTR_NEXT_STATE)) in c4iw_modify_qp()
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()
1945 mask |= (attr_mask & IB_QP_STATE) ? C4IW_QP_ATTR_NEXT_STATE : 0; in c4iw_ib_modify_qp()
H A Diw_cxgbe.h559 C4IW_QP_ATTR_NEXT_STATE = 1 << 0, enumerator