Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Dev.c100 c4iw_modify_qp(qhp->rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, in post_qp_event()
Dcm.c1638 mask = C4IW_QP_ATTR_NEXT_STATE | in process_mpa_reply()
1659 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in process_mpa_reply()
1678 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in process_mpa_reply()
1883 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in rx_data()
2751 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in peer_close()
2769 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in peer_close()
2799 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in finish_peer_abort()
2903 ep->com.qp, C4IW_QP_ATTR_NEXT_STATE, in peer_abort()
2993 C4IW_QP_ATTR_NEXT_STATE, in close_con_rpl()
3029 C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in terminate()
[all …]
Dqp.c1847 (mask & C4IW_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1); in c4iw_modify_qp()
1889 if (!(mask & C4IW_QP_ATTR_NEXT_STATE)) in c4iw_modify_qp()
2083 c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 1); in c4iw_destroy_qp()
2085 c4iw_modify_qp(rhp, qhp, C4IW_QP_ATTR_NEXT_STATE, &attrs, 0); in c4iw_destroy_qp()
2388 mask |= (attr_mask & IB_QP_STATE) ? C4IW_QP_ATTR_NEXT_STATE : 0; in c4iw_ib_modify_qp()
Diw_cxgb4.h575 C4IW_QP_ATTR_NEXT_STATE = 1 << 0, enumerator