Searched defs:xmit_head (Results 1 - 6 of 6) sorted by relevance

/drivers/tty/serial/
H A D68328serial.h158 int xmit_head; member in struct:m68k_serial
/drivers/tty/
H A Disicom.c209 int xmit_head; member in struct:isi_port
823 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
909 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
961 - 1, SERIAL_XMIT_SIZE - port->xmit_head));
965 memcpy(port->port.xmit_buf + port->xmit_head, buf, cnt);
966 port->xmit_head = (port->xmit_head + cnt) & (SERIAL_XMIT_SIZE
995 port->port.xmit_buf[port->xmit_head++] = ch;
996 port->xmit_head &= (SERIAL_XMIT_SIZE - 1);
H A Dmxser.c254 int xmit_head; member in struct:mxser_port
941 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1028 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1107 SERIAL_XMIT_SIZE - info->xmit_head));
1111 memcpy(info->port.xmit_buf + info->xmit_head, buf, c);
1113 info->xmit_head = (info->xmit_head + c) &
1150 info->port.xmit_buf[info->xmit_head++] = ch;
1151 info->xmit_head &= SERIAL_XMIT_SIZE - 1;
H A Drocket_int.h1139 int xmit_head; member in struct:r_port
H A Dsynclink.c192 int xmit_head; member in struct:mgsl_struct
1248 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1878 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
2037 info->xmit_buf[info->xmit_head++] = ch;
2038 info->xmit_head &= SERIAL_XMIT_SIZE-1;
2192 SERIAL_XMIT_SIZE - info->xmit_head));
2197 memcpy(info->xmit_buf + info->xmit_head, buf, c);
2198 info->xmit_head = ((info->xmit_head + c) &
2312 info->xmit_cnt = info->xmit_head
[all...]
/drivers/net/wan/
H A Dz85230.h342 int xmit_head; /* Transmit ring */ member in struct:z8530_channel

Completed in 88 milliseconds