nwin              986 drivers/pcmcia/cistpl.c 		io->nwin = 1;
nwin              994 drivers/pcmcia/cistpl.c 	io->nwin = (*p & 0x0f) + 1;
nwin             1003 drivers/pcmcia/cistpl.c 	for (i = 0; i < io->nwin; i++) {
nwin             1029 drivers/pcmcia/cistpl.c 	mem->nwin = (*p & 0x07) + 1;
nwin             1036 drivers/pcmcia/cistpl.c 	for (i = 0; i < mem->nwin; i++) {
nwin             1145 drivers/pcmcia/cistpl.c 		entry->io.nwin = 0;
nwin             1157 drivers/pcmcia/cistpl.c 		entry->mem.nwin = 0;
nwin             1160 drivers/pcmcia/cistpl.c 		entry->mem.nwin = 1;
nwin             1169 drivers/pcmcia/cistpl.c 		entry->mem.nwin = 1;
nwin              197 drivers/pcmcia/pcmcia_cis.c 		cistpl_io_t *io = (cfg->io.nwin) ? &cfg->io : &dflt->io;
nwin              202 drivers/pcmcia/pcmcia_cis.c 		if (io->nwin == 0)
nwin              208 drivers/pcmcia/pcmcia_cis.c 		if (io->nwin > 1) {
nwin              225 drivers/pcmcia/pcmcia_cis.c 		cistpl_mem_t *mem = (cfg->mem.nwin) ? &cfg->mem : &dflt->mem;
nwin              228 drivers/pcmcia/pcmcia_cis.c 		if (mem->nwin == 0)
nwin              422 include/pcmcia/cistpl.h     u_char	nwin;
nwin              438 include/pcmcia/cistpl.h     u_char	nwin;
nwin             3348 net/ipv4/tcp_input.c 					const u32 nwin)
nwin             3352 net/ipv4/tcp_input.c 		(ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd);
nwin             3385 net/ipv4/tcp_input.c 	u32 nwin = ntohs(tcp_hdr(skb)->window);
nwin             3388 net/ipv4/tcp_input.c 		nwin <<= tp->rx_opt.snd_wscale;
nwin             3390 net/ipv4/tcp_input.c 	if (tcp_may_update_window(tp, ack, ack_seq, nwin)) {
nwin             3394 net/ipv4/tcp_input.c 		if (tp->snd_wnd != nwin) {
nwin             3395 net/ipv4/tcp_input.c 			tp->snd_wnd = nwin;
nwin             3406 net/ipv4/tcp_input.c 			if (nwin > tp->max_window) {
nwin             3407 net/ipv4/tcp_input.c 				tp->max_window = nwin;