Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_verbs.h181 u8 hw_tcp_state; member
Dnes_verbs.c2952 nesqp->hw_tcp_state, attr->qp_access_flags, attr_mask); in nes_modify_qp()
2994 nesqp->hw_tcp_state = NES_AEQE_TCP_STATE_ESTABLISHED; in nes_modify_qp()
3066 if ((nesqp->hw_tcp_state > NES_AEQE_TCP_STATE_CLOSED) && in nes_modify_qp()
3068 (nesqp->hw_tcp_state != NES_AEQE_TCP_STATE_TIME_WAIT)) { in nes_modify_qp()
3072 nesqp->hwqp.qp_id, nesqp->hw_tcp_state); in nes_modify_qp()
3141 if (nesqp->cm_id && nesqp->hw_tcp_state != 0) { in nes_modify_qp()
3148 nesqp->hw_tcp_state = NES_AEQE_TCP_STATE_CLOSED; in nes_modify_qp()
Dnes_hw.c3398 nesqp->hw_tcp_state = tcp_state; in nes_terminate_connection()
3435 nesqp->hw_tcp_state = tcp_state; in nes_terminate_send_fin()
3596 nesqp->hw_tcp_state = tcp_state; in nes_process_iwarp_aeqe()
3617 nesqp->hw_tcp_state = tcp_state; in nes_process_iwarp_aeqe()
3627 nesqp->hw_tcp_state = tcp_state; in nes_process_iwarp_aeqe()
3641 nesqp->hw_tcp_state = tcp_state; in nes_process_iwarp_aeqe()
Dnes_cm.c937 nesqp->hw_tcp_state = NES_AEQE_TCP_STATE_CLOSED; in handle_recv_entry()
3063 original_hw_tcp_state = nesqp->hw_tcp_state; in nes_cm_disconn_true()