Home
last modified time | relevance | path

Searched refs:hw_tcp_state (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_verbs.h170 u8 hw_tcp_state; member
Di40iw_hw.c320 iwqp->hw_tcp_state = info->tcp_state; in i40iw_process_aeq()
336 iwqp->hw_tcp_state = I40IW_TCP_STATE_CLOSE_WAIT; in i40iw_process_aeq()
337 if ((iwqp->hw_tcp_state == I40IW_TCP_STATE_CLOSE_WAIT) && in i40iw_process_aeq()
Di40iw_verbs.c925 iwqp->hw_tcp_state = I40IW_TCP_STATE_ESTABLISHED; in i40iw_modify_qp()
967 if ((iwqp->hw_tcp_state > I40IW_TCP_STATE_CLOSED) && in i40iw_modify_qp()
969 (iwqp->hw_tcp_state != I40IW_TCP_STATE_TIME_WAIT)) in i40iw_modify_qp()
1030 if (iwqp->cm_id && iwqp->hw_tcp_state) { in i40iw_modify_qp()
1032 iwqp->hw_tcp_state = I40IW_TCP_STATE_CLOSED; in i40iw_modify_qp()
Di40iw_cm.c1167 iwqp->hw_tcp_state = I40IW_TCP_STATE_CLOSED; in i40iw_handle_close_entry()
3528 original_hw_tcp_state = iwqp->hw_tcp_state; in i40iw_cm_disconn_true()
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_verbs.h185 u8 hw_tcp_state; member
Dnes_verbs.c2740 nesqp->hw_tcp_state, attr->qp_access_flags, attr_mask); in nes_modify_qp()
2782 nesqp->hw_tcp_state = NES_AEQE_TCP_STATE_ESTABLISHED; in nes_modify_qp()
2854 if ((nesqp->hw_tcp_state > NES_AEQE_TCP_STATE_CLOSED) && in nes_modify_qp()
2856 (nesqp->hw_tcp_state != NES_AEQE_TCP_STATE_TIME_WAIT)) { in nes_modify_qp()
2860 nesqp->hwqp.qp_id, nesqp->hw_tcp_state); in nes_modify_qp()
2929 if (nesqp->cm_id && nesqp->hw_tcp_state != 0) { in nes_modify_qp()
2936 nesqp->hw_tcp_state = NES_AEQE_TCP_STATE_CLOSED; in nes_modify_qp()
Dnes_hw.c3348 nesqp->hw_tcp_state = tcp_state; in nes_terminate_connection()
3385 nesqp->hw_tcp_state = tcp_state; in nes_terminate_send_fin()
3546 nesqp->hw_tcp_state = tcp_state; in nes_process_iwarp_aeqe()
3567 nesqp->hw_tcp_state = tcp_state; in nes_process_iwarp_aeqe()
3577 nesqp->hw_tcp_state = tcp_state; in nes_process_iwarp_aeqe()
3591 nesqp->hw_tcp_state = tcp_state; in nes_process_iwarp_aeqe()
Dnes_cm.c818 nesqp->hw_tcp_state = NES_AEQE_TCP_STATE_CLOSED; in handle_recv_entry()
2909 original_hw_tcp_state = nesqp->hw_tcp_state; in nes_cm_disconn_true()