Searched refs:xmit_head (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dspecialix_io8.h116 int xmit_head; member in struct:specialix_port
H A Driscom8.h73 int xmit_head; member in struct:riscom_port
H A Dgeneric_serial.c74 port->xmit_buf[port->xmit_head++] = ch;
75 port->xmit_head &= SERIAL_XMIT_SIZE - 1;
119 t = SERIAL_XMIT_SIZE - port->xmit_head;
131 memcpy (port->xmit_buf + port->xmit_head, buf, c);
134 port -> xmit_head = (port->xmit_head + c) & (SERIAL_XMIT_SIZE -1);
277 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
733 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
H A Disicom.c210 int xmit_head; member in struct:isi_port
823 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
911 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
963 - 1, SERIAL_XMIT_SIZE - port->xmit_head));
967 memcpy(port->port.xmit_buf + port->xmit_head, buf, cnt);
968 port->xmit_head = (port->xmit_head + cnt) & (SERIAL_XMIT_SIZE
997 port->port.xmit_buf[port->xmit_head++] = ch;
998 port->xmit_head &= (SERIAL_XMIT_SIZE - 1);
H A Dserial167.c645 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
985 info->xmit_buf[info->xmit_head++] = ch;
986 info->xmit_head &= PAGE_SIZE - 1;
1045 SERIAL_XMIT_SIZE - info->xmit_head));
1051 memcpy(info->xmit_buf + info->xmit_head, buf, c);
1052 info->xmit_head =
1053 (info->xmit_head + c) & (SERIAL_XMIT_SIZE - 1);
1111 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
H A Driscom8.c800 rp->xmit_cnt = rp->xmit_head = rp->xmit_tail = 0;
916 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
986 SERIAL_XMIT_SIZE - port->xmit_head));
990 memcpy(port->port.xmit_buf + port->xmit_head, buf, c);
991 port->xmit_head = (port->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
1027 port->port.xmit_buf[port->xmit_head++] = ch;
1028 port->xmit_head &= SERIAL_XMIT_SIZE - 1;
H A Dmxser.c254 int xmit_head; member in struct:mxser_port
937 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1026 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1105 SERIAL_XMIT_SIZE - info->xmit_head));
1109 memcpy(info->port.xmit_buf + info->xmit_head, buf, c);
1111 info->xmit_head = (info->xmit_head + c) &
1148 info->port.xmit_buf[info->xmit_head++] = ch;
1149 info->xmit_head &= SERIAL_XMIT_SIZE - 1;
H A Dspecialix.c1213 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
1467 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
1610 SERIAL_XMIT_SIZE - port->xmit_head));
1615 memcpy(port->xmit_buf + port->xmit_head, buf, c);
1616 port->xmit_head = (port->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
1668 port->xmit_buf[port->xmit_head++] = ch;
1669 port->xmit_head &= SERIAL_XMIT_SIZE - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Driscom8.h73 int xmit_head; member in struct:riscom_port
H A Dspecialix_io8.h116 int xmit_head; member in struct:specialix_port
H A Dgeneric_serial.c74 port->xmit_buf[port->xmit_head++] = ch;
75 port->xmit_head &= SERIAL_XMIT_SIZE - 1;
119 t = SERIAL_XMIT_SIZE - port->xmit_head;
131 memcpy (port->xmit_buf + port->xmit_head, buf, c);
134 port -> xmit_head = (port->xmit_head + c) & (SERIAL_XMIT_SIZE -1);
277 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
733 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
H A Disicom.c210 int xmit_head; member in struct:isi_port
823 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
911 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
963 - 1, SERIAL_XMIT_SIZE - port->xmit_head));
967 memcpy(port->port.xmit_buf + port->xmit_head, buf, cnt);
968 port->xmit_head = (port->xmit_head + cnt) & (SERIAL_XMIT_SIZE
997 port->port.xmit_buf[port->xmit_head++] = ch;
998 port->xmit_head &= (SERIAL_XMIT_SIZE - 1);
H A Driscom8.c800 rp->xmit_cnt = rp->xmit_head = rp->xmit_tail = 0;
916 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
986 SERIAL_XMIT_SIZE - port->xmit_head));
990 memcpy(port->port.xmit_buf + port->xmit_head, buf, c);
991 port->xmit_head = (port->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
1027 port->port.xmit_buf[port->xmit_head++] = ch;
1028 port->xmit_head &= SERIAL_XMIT_SIZE - 1;
H A Dserial167.c645 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
985 info->xmit_buf[info->xmit_head++] = ch;
986 info->xmit_head &= PAGE_SIZE - 1;
1045 SERIAL_XMIT_SIZE - info->xmit_head));
1051 memcpy(info->xmit_buf + info->xmit_head, buf, c);
1052 info->xmit_head =
1053 (info->xmit_head + c) & (SERIAL_XMIT_SIZE - 1);
1111 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
H A Dmxser.c254 int xmit_head; member in struct:mxser_port
937 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1026 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1105 SERIAL_XMIT_SIZE - info->xmit_head));
1109 memcpy(info->port.xmit_buf + info->xmit_head, buf, c);
1111 info->xmit_head = (info->xmit_head + c) &
1148 info->port.xmit_buf[info->xmit_head++] = ch;
1149 info->xmit_head &= SERIAL_XMIT_SIZE - 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dgeneric_serial.h38 int xmit_head; member in struct:gs_port
H A Dserial167.h46 int xmit_head; member in struct:cyclades_port
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dgeneric_serial.h38 int xmit_head; member in struct:gs_port
H A Dserial167.h46 int xmit_head; member in struct:cyclades_port
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A D68328serial.h158 int xmit_head; member in struct:m68k_serial
H A D68328serial.c435 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
710 SERIAL_XMIT_SIZE - info->xmit_head));
716 memcpy(info->xmit_buf + info->xmit_head, buf, c);
719 info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
785 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A D68328serial.h158 int xmit_head; member in struct:m68k_serial
H A D68328serial.c435 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
710 SERIAL_XMIT_SIZE - info->xmit_head));
716 memcpy(info->xmit_buf + info->xmit_head, buf, c);
719 info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
785 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h342 int xmit_head; /* Transmit ring */ member in struct:z8530_channel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.h342 int xmit_head; /* Transmit ring */ member in struct:z8530_channel

Completed in 281 milliseconds

12