Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_context.h68 __le32 max_snd_wnd; member
Dnes_cm.h274 u32 max_snd_wnd; member
Dnes_cm.c2131 if (cm_node->tcp_cntxt.snd_wnd > cm_node->tcp_cntxt.max_snd_wnd) in handle_tcp_options()
2132 cm_node->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.snd_wnd; in handle_tcp_options()
2382 cm_node->tcp_cntxt.max_snd_wnd = in mini_cm_connect()
2384 loopbackremotenode->tcp_cntxt.max_snd_wnd = in mini_cm_connect()
2816 nesqp->nesqp_context->max_snd_wnd = cpu_to_le32(cm_node->tcp_cntxt.max_snd_wnd); in nes_cm_init_tsa_conn()
2827 nes_debug(NES_DBG_CM, " max_swnd = 0x%08X.\n", le32_to_cpu(nesqp->nesqp_context->max_snd_wnd)); in nes_cm_init_tsa_conn()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_cm.h273 u32 max_snd_wnd; member
Di40iw_cm.c724 if (cm_node->tcp_cntxt.snd_wnd > cm_node->tcp_cntxt.max_snd_wnd) in i40iw_handle_tcp_options()
725 cm_node->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.snd_wnd; in i40iw_handle_tcp_options()
2989 cm_node->tcp_cntxt.max_snd_wnd = in i40iw_create_cm_node()
2991 loopback_remotenode->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.rcv_wnd; in i40iw_create_cm_node()
3320 tcp_info->max_snd_window = cpu_to_le32(cm_node->tcp_cntxt.max_snd_wnd); in i40iw_init_tcp_ctx()