wscale            904 drivers/crypto/chelsio/chtls/chtls_cm.c 	int wscale = 0;
wscale            912 drivers/crypto/chelsio/chtls/chtls_cm.c 		while (wscale < 14 && (65535 << wscale) < space)
wscale            913 drivers/crypto/chelsio/chtls/chtls_cm.c 			wscale++;
wscale            915 drivers/crypto/chelsio/chtls/chtls_cm.c 	return wscale;
wscale            432 drivers/infiniband/hw/cxgb3/iwch_cm.c 	int wscale;
wscale            442 drivers/infiniband/hw/cxgb3/iwch_cm.c 	wscale = compute_wscale(rcv_win);
wscale            447 drivers/infiniband/hw/cxgb3/iwch_cm.c 	    V_WND_SCALE(wscale) |
wscale           1273 drivers/infiniband/hw/cxgb3/iwch_cm.c 	int wscale;
wscale           1280 drivers/infiniband/hw/cxgb3/iwch_cm.c 	wscale = compute_wscale(rcv_win);
wscale           1285 drivers/infiniband/hw/cxgb3/iwch_cm.c 	    V_WND_SCALE(wscale) |
wscale            208 drivers/infiniband/hw/cxgb3/iwch_cm.h 	int wscale = 0;
wscale            210 drivers/infiniband/hw/cxgb3/iwch_cm.h 	while (wscale < 14 && (65535<<wscale) < win)
wscale            211 drivers/infiniband/hw/cxgb3/iwch_cm.h 		wscale++;
wscale            212 drivers/infiniband/hw/cxgb3/iwch_cm.h 	return wscale;
wscale            725 drivers/infiniband/hw/cxgb4/cm.c 	u32 wscale;
wscale            778 drivers/infiniband/hw/cxgb4/cm.c 	wscale = cxgb_compute_wscale(rcv_win);
wscale            791 drivers/infiniband/hw/cxgb4/cm.c 	       WND_SCALE_V(wscale) |
wscale            806 drivers/infiniband/hw/cxgb4/cm.c 	if (wscale && enable_tcp_window_scaling)
wscale           1963 drivers/infiniband/hw/cxgb4/cm.c 	u32 wscale;
wscale           1990 drivers/infiniband/hw/cxgb4/cm.c 	wscale = cxgb_compute_wscale(rcv_win);
wscale           2004 drivers/infiniband/hw/cxgb4/cm.c 		WND_SCALE_V(wscale) |
wscale           2021 drivers/infiniband/hw/cxgb4/cm.c 	if (wscale && enable_tcp_window_scaling)
wscale           2419 drivers/infiniband/hw/cxgb4/cm.c 	u32 wscale;
wscale           2428 drivers/infiniband/hw/cxgb4/cm.c 	wscale = cxgb_compute_wscale(rcv_win);
wscale           2440 drivers/infiniband/hw/cxgb4/cm.c 	       WND_SCALE_V(wscale) |
wscale           2455 drivers/infiniband/hw/cxgb4/cm.c 	if (wscale && enable_tcp_window_scaling)
wscale           3304 drivers/infiniband/hw/i40iw/i40iw_cm.c 	tcp_info->wscale = true;
wscale           2871 drivers/infiniband/hw/i40iw/i40iw_ctrl.c 		       LS_64(tcp->wscale, I40IWQPC_WSCALE) |
wscale            711 drivers/infiniband/hw/i40iw/i40iw_type.h 	bool wscale;
wscale             81 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.h 	u32 wscale = 0;
wscale             83 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.h 	while (wscale < 14 && (65535 << wscale) < win)
wscale             84 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.h 		wscale++;
wscale             85 drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.h 	return wscale;
wscale            160 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	unsigned int wscale = cxgbi_sock_compute_wscale(csk->rcv_win);
wscale            173 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 			V_WND_SCALE(wscale) | V_MSS_IDX(csk->mss_idx) |
wscale            207 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	int wscale = cxgbi_sock_compute_wscale(csk->mss_idx);
wscale            214 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		WND_SCALE_V(wscale) |
wscale            326 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	int wscale = cxgbi_sock_compute_wscale(csk->mss_idx);
wscale            333 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		WND_SCALE_V(wscale) |
wscale            344 drivers/scsi/cxgbi/libcxgbi.h 	unsigned int wscale = 0;
wscale            346 drivers/scsi/cxgbi/libcxgbi.h 	while (wscale < 14 && (65535 << wscale) < win)
wscale            347 drivers/scsi/cxgbi/libcxgbi.h 		wscale++;
wscale            348 drivers/scsi/cxgbi/libcxgbi.h 	return wscale;
wscale           1138 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	u32 wscale;
wscale           1157 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	wscale = cxgb_compute_wscale(csk->rcv_win);
wscale           1166 drivers/target/iscsi/cxgbit/cxgbit_cm.c 		WND_SCALE_V(wscale) |
wscale           1185 drivers/target/iscsi/cxgbit/cxgbit_cm.c 	if (wscale)
wscale             37 include/net/netfilter/nf_synproxy.h 	u8				wscale;
wscale             19 include/uapi/linux/netfilter/nf_synproxy.h 	__u8	wscale;
wscale             65 net/netfilter/nf_synproxy_core.c 					opts->wscale = *ptr;
wscale             66 net/netfilter/nf_synproxy_core.c 					if (opts->wscale > TCP_MAX_WSCALE)
wscale             67 net/netfilter/nf_synproxy_core.c 						opts->wscale = TCP_MAX_WSCALE;
wscale            144 net/netfilter/nf_synproxy_core.c 			       opts->wscale);
wscale            154 net/netfilter/nf_synproxy_core.c 		opts->tsval |= opts->wscale;
wscale            155 net/netfilter/nf_synproxy_core.c 		opts->wscale = info->wscale;
wscale            170 net/netfilter/nf_synproxy_core.c 	opts->wscale = opts->tsecr & 0xf;
wscale            171 net/netfilter/nf_synproxy_core.c 	if (opts->wscale != 0xf)
wscale            620 net/netfilter/nf_synproxy_core.c 	nth->window	= htons(ntohs(th->window) >> opts->wscale);
wscale           1036 net/netfilter/nf_synproxy_core.c 	nth->window	= htons(ntohs(th->window) >> opts->wscale);
wscale            163 net/netfilter/nft_synproxy.c 		priv->info.wscale = nla_get_u8(tb[NFTA_SYNPROXY_WSCALE]);
wscale            231 net/netfilter/nft_synproxy.c 	    nla_put_u8(skb, NFTA_SYNPROXY_WSCALE, priv->info.wscale) ||