Home
last modified time | relevance | path

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

/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()
2984 cm_node->tcp_cntxt.max_snd_wnd = in i40iw_create_cm_node()
2986 loopback_remotenode->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.rcv_wnd; in i40iw_create_cm_node()
3327 tcp_info->max_snd_window = cpu_to_le32(cm_node->tcp_cntxt.max_snd_wnd); in i40iw_init_tcp_ctx()