Home
last modified time | relevance | path

Searched refs:tcp_state (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_hw.c3323 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()
[all …]
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_type.h712 u8 tcp_state; member
760 u8 tcp_state; member
Di40iw_hw.c320 iwqp->hw_tcp_state = info->tcp_state; in i40iw_process_aeq()
Di40iw_cm.c3307 tcp_info->tcp_state = I40IW_TCP_STATE_ESTABLISHED; in i40iw_init_tcp_ctx()
3412 tcp_info.tcp_state = I40IW_TCP_STATE_ESTABLISHED; in i40iw_cm_init_tsa_conn()
Di40iw_ctrl.c1793 info->tcp_state = (u8)RS_64(temp, I40IW_AEQE_TCPSTATE); in i40iw_sc_get_next_aeqe()
2874 LS_64(tcp->tcp_state, I40IWQPC_TCPSTATE) | in i40iw_sc_qp_setctx()