xmit_head 343 drivers/net/wan/z85230.h int xmit_head; /* Transmit ring */ xmit_head 1366 drivers/tty/cyclades.c info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; xmit_head 1677 drivers/tty/cyclades.c info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; xmit_head 1783 drivers/tty/cyclades.c c = min(c, (int)(SERIAL_XMIT_SIZE - info->xmit_head)); xmit_head 1788 drivers/tty/cyclades.c memcpy(info->port.xmit_buf + info->xmit_head, buf, c); xmit_head 1789 drivers/tty/cyclades.c info->xmit_head = (info->xmit_head + c) & xmit_head 1835 drivers/tty/cyclades.c info->port.xmit_buf[info->xmit_head++] = ch; xmit_head 1836 drivers/tty/cyclades.c info->xmit_head &= SERIAL_XMIT_SIZE - 1; xmit_head 205 drivers/tty/isicom.c int xmit_head; xmit_head 809 drivers/tty/isicom.c port->xmit_cnt = port->xmit_head = port->xmit_tail = 0; xmit_head 895 drivers/tty/isicom.c port->xmit_cnt = port->xmit_head = port->xmit_tail = 0; xmit_head 947 drivers/tty/isicom.c - 1, SERIAL_XMIT_SIZE - port->xmit_head)); xmit_head 951 drivers/tty/isicom.c memcpy(port->port.xmit_buf + port->xmit_head, buf, cnt); xmit_head 952 drivers/tty/isicom.c port->xmit_head = (port->xmit_head + cnt) & (SERIAL_XMIT_SIZE xmit_head 981 drivers/tty/isicom.c port->port.xmit_buf[port->xmit_head++] = ch; xmit_head 982 drivers/tty/isicom.c port->xmit_head &= (SERIAL_XMIT_SIZE - 1); xmit_head 111 drivers/tty/mips_ejtag_fdc.c unsigned int xmit_head; xmit_head 451 drivers/tty/mips_ejtag_fdc.c dport->xmit_head = 0; xmit_head 789 drivers/tty/mips_ejtag_fdc.c dport->xmit_head = 0; xmit_head 823 drivers/tty/mips_ejtag_fdc.c block = min(count, (int)(priv->xmit_size - dport->xmit_head)); xmit_head 824 drivers/tty/mips_ejtag_fdc.c memcpy(dport->port.xmit_buf + dport->xmit_head, buf, block); xmit_head 825 drivers/tty/mips_ejtag_fdc.c dport->xmit_head += block; xmit_head 826 drivers/tty/mips_ejtag_fdc.c if (dport->xmit_head >= priv->xmit_size) xmit_head 827 drivers/tty/mips_ejtag_fdc.c dport->xmit_head -= priv->xmit_size; xmit_head 250 drivers/tty/mxser.c int xmit_head; xmit_head 938 drivers/tty/mxser.c info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; xmit_head 1025 drivers/tty/mxser.c info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; xmit_head 1108 drivers/tty/mxser.c SERIAL_XMIT_SIZE - info->xmit_head)); xmit_head 1112 drivers/tty/mxser.c memcpy(info->port.xmit_buf + info->xmit_head, buf, c); xmit_head 1114 drivers/tty/mxser.c info->xmit_head = (info->xmit_head + c) & xmit_head 1151 drivers/tty/mxser.c info->port.xmit_buf[info->xmit_head++] = ch; xmit_head 1152 drivers/tty/mxser.c info->xmit_head &= SERIAL_XMIT_SIZE - 1; xmit_head 467 drivers/tty/rocket.c printk(KERN_DEBUG "(%d,%d,%d,%d)...\n", info->xmit_cnt, info->xmit_head, xmit_head 1532 drivers/tty/rocket.c info->xmit_buf[info->xmit_head++] = ch; xmit_head 1533 drivers/tty/rocket.c info->xmit_head &= XMIT_BUF_SIZE - 1; xmit_head 1609 drivers/tty/rocket.c c = min(c, XMIT_BUF_SIZE - info->xmit_head); xmit_head 1614 drivers/tty/rocket.c memcpy(info->xmit_buf + info->xmit_head, b, c); xmit_head 1617 drivers/tty/rocket.c info->xmit_head = xmit_head 1618 drivers/tty/rocket.c (info->xmit_head + c) & (XMIT_BUF_SIZE - 1); xmit_head 1695 drivers/tty/rocket.c info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; xmit_head 1140 drivers/tty/rocket_int.h int xmit_head; xmit_head 191 drivers/tty/synclink.c int xmit_head; xmit_head 1243 drivers/tty/synclink.c info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; xmit_head 1869 drivers/tty/synclink.c info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; xmit_head 2021 drivers/tty/synclink.c info->xmit_buf[info->xmit_head++] = ch; xmit_head 2022 drivers/tty/synclink.c info->xmit_head &= SERIAL_XMIT_SIZE-1; xmit_head 2176 drivers/tty/synclink.c SERIAL_XMIT_SIZE - info->xmit_head)); xmit_head 2181 drivers/tty/synclink.c memcpy(info->xmit_buf + info->xmit_head, buf, c); xmit_head 2182 drivers/tty/synclink.c info->xmit_head = ((info->xmit_head + c) & xmit_head 2296 drivers/tty/synclink.c info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; xmit_head 7467 drivers/tty/synclink.c info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; xmit_head 149 include/linux/cyclades.h int xmit_head;