rbuf_count        331 drivers/tty/synclink_gt.c 	unsigned int rbuf_count;
rbuf_count        596 drivers/tty/synclink_gt.c 	for (i=0 ; i < info->rbuf_count ; i++) {
rbuf_count       1875 drivers/tty/synclink_gt.c 		if (++end == info->rbuf_count)
rbuf_count       2113 drivers/tty/synclink_gt.c 			if (++i == info->rbuf_count)
rbuf_count       3350 drivers/tty/synclink_gt.c 	info->tbufs = ((struct slgt_desc*)info->bufs) + info->rbuf_count;
rbuf_count       3358 drivers/tty/synclink_gt.c 	for (i=0; i < info->rbuf_count; i++) {
rbuf_count       3363 drivers/tty/synclink_gt.c 		if (i == info->rbuf_count - 1)
rbuf_count       3372 drivers/tty/synclink_gt.c 		info->tbufs[i].pdesc = pbufs + ((info->rbuf_count + i) * sizeof(struct slgt_desc));
rbuf_count       3376 drivers/tty/synclink_gt.c 			info->tbufs[i].next = cpu_to_le32(pbufs + info->rbuf_count * sizeof(struct slgt_desc));
rbuf_count       3378 drivers/tty/synclink_gt.c 			info->tbufs[i].next = cpu_to_le32(pbufs + ((info->rbuf_count + i + 1) * sizeof(struct slgt_desc)));
rbuf_count       3418 drivers/tty/synclink_gt.c 	info->rbuf_count = 32;
rbuf_count       3422 drivers/tty/synclink_gt.c 	    alloc_bufs(info, info->rbufs, info->rbuf_count) < 0 ||
rbuf_count       3435 drivers/tty/synclink_gt.c 		free_bufs(info, info->rbufs, info->rbuf_count);
rbuf_count       4588 drivers/tty/synclink_gt.c 		if (++i == info->rbuf_count)
rbuf_count       4599 drivers/tty/synclink_gt.c 	free_rbufs(info, 0, info->rbuf_count - 1);
rbuf_count       4642 drivers/tty/synclink_gt.c 		if (++end == info->rbuf_count)
rbuf_count       4718 drivers/tty/synclink_gt.c 				if (++i == info->rbuf_count)