/openbmc/linux/net/rose/ |
H A D | sysctl_net_rose.c | 20 static int min_window[] = {1}, max_window[] = {7}; variable 113 .extra2 = &max_window
|
/openbmc/linux/net/netrom/ |
H A D | sysctl_net_netrom.c | 25 static int min_window[] = {1}, max_window[] = {127}; variable 105 .extra2 = &max_window
|
/openbmc/linux/net/ax25/ |
H A D | sysctl_net_ax25.c | 16 static int min_window[] = {1}, max_window[] = {7}; variable 68 .extra2 = &max_window
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-omap.c | 324 u32 start_window = 0, max_window = 0; in sdhci_omap_execute_tuning() local 394 max_window = start_window; in sdhci_omap_execute_tuning() 413 phase_delay = min(max_window + 4 * (max_len - 1) - 24, in sdhci_omap_execute_tuning() 414 max_window + in sdhci_omap_execute_tuning() 417 phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 419 phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 421 phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 423 phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 425 phase_delay = max_window + DIV_ROUND_UP(4 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 427 phase_delay = max_window + DIV_ROUND_UP(3 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | omap_hsmmc.c | 624 u32 start_window = 0, max_window = 0; in omap_hsmmc_execute_tuning() local 680 max_window = start_window; in omap_hsmmc_execute_tuning() 703 phase_delay = min(max_window + 4 * max_len - 24, in omap_hsmmc_execute_tuning() 704 max_window + in omap_hsmmc_execute_tuning() 707 phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4; in omap_hsmmc_execute_tuning() 709 phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4; in omap_hsmmc_execute_tuning() 711 phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4; in omap_hsmmc_execute_tuning() 713 phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4; in omap_hsmmc_execute_tuning() 715 phase_delay = max_window + DIV_ROUND_UP(4 * max_len, 16) * 4; in omap_hsmmc_execute_tuning() 717 phase_delay = max_window + DIV_ROUND_UP(3 * max_len, 16) * 4; in omap_hsmmc_execute_tuning()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | tcp.h | 145 __u32 max_window; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | tcp.h | 145 __u32 max_window; member
|
/openbmc/linux/include/linux/ |
H A D | tcp.h | 238 u32 max_window; /* Maximal window ever seen from peer */ member
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_input.c | 1029 if (seq_len > tp->max_window) in tcp_dsack_seen() 1276 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid() 1868 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue() 3676 if (nwin > tp->max_window) { in tcp_ack_update_window() 3677 tp->max_window = nwin; in tcp_ack_update_window() 3892 u32 max_window; in tcp_ack() local 3895 max_window = min_t(u64, tp->max_window, tp->bytes_acked); in tcp_ack() 3897 if (before(ack, prior_snd_una - max_window)) { in tcp_ack() 6510 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
|
H A D | tcp.c | 659 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push() 3053 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect() 3159 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window() 3170 tp->max_window = opt.max_window; in tcp_repair_set_window() 4167 opt.max_window = tp->max_window; in do_tcp_getsockopt()
|
H A D | tcp_fastopen.c | 270 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
|
H A D | tcp_minisocks.c | 549 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
|
H A D | tcp_output.c | 3788 tp->max_window = 0; in tcp_connect_init()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 676 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd() 677 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 679 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 465 tp->max_window = 0xFFFF << (tp->rx_opt.snd_wscale); in chtls_disconnect()
|