Searched refs:xmit_head (Results 26 - 36 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.36/drivers/char/
H A Drocket.c484 printk(KERN_DEBUG "(%d,%d,%d,%d)...\n", info->xmit_cnt, info->xmit_head,
1587 info->xmit_buf[info->xmit_head++] = ch;
1588 info->xmit_head &= XMIT_BUF_SIZE - 1;
1664 c = min(c, XMIT_BUF_SIZE - info->xmit_head);
1669 memcpy(info->xmit_buf + info->xmit_head, b, c);
1672 info->xmit_head =
1673 (info->xmit_head + c) & (XMIT_BUF_SIZE - 1);
1753 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
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;
H A Dsynclink.c196 int xmit_head; member in struct:mgsl_struct
1252 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1882 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
2041 info->xmit_buf[info->xmit_head++] = ch;
2042 info->xmit_head &= SERIAL_XMIT_SIZE-1;
2197 SERIAL_XMIT_SIZE - info->xmit_head));
2202 memcpy(info->xmit_buf + info->xmit_head, buf, c);
2203 info->xmit_head = ((info->xmit_head + c) &
2317 info->xmit_cnt = info->xmit_head
[all...]
H A Dcyclades.c1392 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1726 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1832 c = min(c, (int)(SERIAL_XMIT_SIZE - info->xmit_head));
1837 memcpy(info->port.xmit_buf + info->xmit_head, buf, c);
1838 info->xmit_head = (info->xmit_head + c) &
1884 info->port.xmit_buf[info->xmit_head++] = ch;
1885 info->xmit_head &= SERIAL_XMIT_SIZE - 1;
H A Drocket_int.h1132 int xmit_head; member in struct:r_port
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Drocket.c484 printk(KERN_DEBUG "(%d,%d,%d,%d)...\n", info->xmit_cnt, info->xmit_head,
1587 info->xmit_buf[info->xmit_head++] = ch;
1588 info->xmit_head &= XMIT_BUF_SIZE - 1;
1664 c = min(c, XMIT_BUF_SIZE - info->xmit_head);
1669 memcpy(info->xmit_buf + info->xmit_head, b, c);
1672 info->xmit_head =
1673 (info->xmit_head + c) & (XMIT_BUF_SIZE - 1);
1753 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
H A Dsynclink.c196 int xmit_head; member in struct:mgsl_struct
1252 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1882 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
2041 info->xmit_buf[info->xmit_head++] = ch;
2042 info->xmit_head &= SERIAL_XMIT_SIZE-1;
2197 SERIAL_XMIT_SIZE - info->xmit_head));
2202 memcpy(info->xmit_buf + info->xmit_head, buf, c);
2203 info->xmit_head = ((info->xmit_head + c) &
2317 info->xmit_cnt = info->xmit_head
[all...]
H A Dcyclades.c1392 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1726 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1832 c = min(c, (int)(SERIAL_XMIT_SIZE - info->xmit_head));
1837 memcpy(info->port.xmit_buf + info->xmit_head, buf, c);
1838 info->xmit_head = (info->xmit_head + c) &
1884 info->port.xmit_buf[info->xmit_head++] = ch;
1885 info->xmit_head &= SERIAL_XMIT_SIZE - 1;
H A Drocket_int.h1132 int xmit_head; member in struct:r_port
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dcyclades.h571 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 Dcyclades.h571 int xmit_head; member in struct:cyclades_port

Completed in 223 milliseconds

12