Lines Matching refs:tcp_state
3323 u8 tcp_state; in nes_terminate_connection() local
3334 tcp_state = (aeq_info & NES_AEQE_TCP_STATE_MASK) >> NES_AEQE_TCP_STATE_SHIFT; in nes_terminate_connection()
3348 nesqp->hw_tcp_state = tcp_state; in nes_terminate_connection()
3374 u8 tcp_state; in nes_terminate_send_fin() local
3379 tcp_state = (aeq_info & NES_AEQE_TCP_STATE_MASK) >> NES_AEQE_TCP_STATE_SHIFT; in nes_terminate_send_fin()
3385 nesqp->hw_tcp_state = tcp_state; in nes_terminate_send_fin()
3502 u8 tcp_state; in nes_process_iwarp_aeqe() local
3520 tcp_state = (aeq_info & NES_AEQE_TCP_STATE_MASK) >> NES_AEQE_TCP_STATE_SHIFT; in nes_process_iwarp_aeqe()
3526 nes_tcp_state_str[tcp_state], nes_iwarp_state_str[iwarp_state]); in nes_process_iwarp_aeqe()
3542 if ((tcp_state == NES_AEQE_TCP_STATE_CLOSE_WAIT) && in nes_process_iwarp_aeqe()
3546 nesqp->hw_tcp_state = tcp_state; in nes_process_iwarp_aeqe()
3561 async_event_id, nesqp->last_aeq, tcp_state); in nes_process_iwarp_aeqe()
3567 nesqp->hw_tcp_state = tcp_state; in nes_process_iwarp_aeqe()
3574 tcp_state = NES_AEQE_TCP_STATE_CLOSED; 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()