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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Driscom8.h81 int xmit_head; member in struct:riscom_port
H A Dgeneric_serial.c86 port->xmit_buf[port->xmit_head++] = ch;
87 port->xmit_head &= SERIAL_XMIT_SIZE - 1;
134 t = SERIAL_XMIT_SIZE - port->xmit_head;
146 if (copy_from_user (port->xmit_buf + port->xmit_head,
153 memcpy (port->xmit_buf + port->xmit_head, buf, c);
156 port -> xmit_head = (port->xmit_head + c) & (SERIAL_XMIT_SIZE -1);
230 t = SERIAL_XMIT_SIZE - port->xmit_head;
249 t = SERIAL_XMIT_SIZE - port->xmit_head;
254 memcpy(port->xmit_buf + port->xmit_head, tmp_bu
[all...]
H A Dspecialix_io8.h120 int xmit_head; member in struct:specialix_port
H A Ddz.c460 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
687 c = MIN(count, MIN(DZ_XMIT_SIZE - info->xmit_cnt - 1, DZ_XMIT_SIZE - info->xmit_head));
700 c = MIN(c, MIN(DZ_XMIT_SIZE - info->xmit_cnt - 1, DZ_XMIT_SIZE - info->xmit_head));
701 memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
702 info->xmit_head = ((info->xmit_head + c) & (DZ_XMIT_SIZE - 1));
720 c = MIN(count, MIN(DZ_XMIT_SIZE - info->xmit_cnt - 1, DZ_XMIT_SIZE - info->xmit_head));
725 memcpy(info->xmit_buf + info->xmit_head, buf, c);
726 info->xmit_head = ((info->xmit_head
[all...]
H A Driscom8.c885 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
1231 SERIAL_XMIT_SIZE - port->xmit_head));
1244 SERIAL_XMIT_SIZE - port->xmit_head));
1245 memcpy(port->xmit_buf + port->xmit_head, tmp_buf, c);
1246 port->xmit_head = (port->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
1259 SERIAL_XMIT_SIZE - port->xmit_head));
1265 memcpy(port->xmit_buf + port->xmit_head, buf, c);
1266 port->xmit_head = (port->xmit_head
[all...]
H A Ddz.h151 int xmit_head; /* Position of the head */ member in struct:dz_serial
H A Disicom.c878 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
1248 SERIAL_XMIT_SIZE - port->xmit_head));
1261 SERIAL_XMIT_SIZE - port->xmit_head));
1262 memcpy(port->xmit_buf + port->xmit_head, tmp_buf, cnt);
1265 memcpy(port->xmit_buf + port->xmit_head, buf, cnt);
1266 port->xmit_head = (port->xmit_head + cnt) & (SERIAL_XMIT_SIZE - 1);
1306 port->xmit_buf[port->xmit_head++] = ch;
1307 port->xmit_head &= (SERIAL_XMIT_SIZE - 1);
1670 port->xmit_cnt = port->xmit_head
[all...]
H A Dmxser.c265 int xmit_head; member in struct:mxser_struct
928 SERIAL_XMIT_SIZE - info->xmit_head));
941 SERIAL_XMIT_SIZE - info->xmit_head));
942 memcpy(info->xmit_buf + info->xmit_head, mxvar_tmp_buf, c);
943 info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE - 1);
956 SERIAL_XMIT_SIZE - info->xmit_head));
962 memcpy(info->xmit_buf + info->xmit_head, buf, c);
963 info->xmit_head = (info->xmit_head
[all...]
H A Dserial167.c821 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1161 info->xmit_buf[info->xmit_head++] = ch;
1162 info->xmit_head &= PAGE_SIZE - 1;
1226 SERIAL_XMIT_SIZE - info->xmit_head));
1239 SERIAL_XMIT_SIZE - info->xmit_head));
1240 memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
1241 info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
1254 SERIAL_XMIT_SIZE - info->xmit_head));
1260 memcpy(info->xmit_buf + info->xmit_head, bu
[all...]
H A Dspecialix.c1210 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
1576 SERIAL_XMIT_SIZE - port->xmit_head));
1589 SERIAL_XMIT_SIZE - port->xmit_head));
1590 memcpy(port->xmit_buf + port->xmit_head, tmp_buf, c);
1591 port->xmit_head = (port->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
1604 SERIAL_XMIT_SIZE - port->xmit_head));
1609 memcpy(port->xmit_buf + port->xmit_head, buf, c);
1610 port->xmit_head = (port->xmit_head
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Daurora.h254 int xmit_head; member in struct:Aurora_port
H A Dsu.c147 int xmit_head; member in struct:su_struct
844 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1134 info->xmit_buf[info->xmit_head++] = ch;
1135 info->xmit_head &= SERIAL_XMIT_SIZE-1;
1230 SERIAL_XMIT_SIZE - info->xmit_head));
1242 SERIAL_XMIT_SIZE - info->xmit_head));
1243 memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
1244 info->xmit_head = ((info->xmit_head + c) &
1258 SERIAL_XMIT_SIZE - info->xmit_head));
[all...]
H A Daurora.c1130 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
1530 SERIAL_XMIT_SIZE - port->xmit_head));
1542 SERIAL_XMIT_SIZE - port->xmit_head));
1543 memcpy(port->xmit_buf + port->xmit_head, tmp_buf, c);
1544 port->xmit_head = (port->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
1557 SERIAL_XMIT_SIZE - port->xmit_head));
1562 memcpy(port->xmit_buf + port->xmit_head, buf, c);
1563 port->xmit_head = (port->xmit_head
[all...]
H A Dzs.c832 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1078 SERIAL_XMIT_SIZE - info->xmit_head));
1089 SERIAL_XMIT_SIZE - info->xmit_head));
1090 memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
1091 info->xmit_head = ((info->xmit_head + c) &
1105 SERIAL_XMIT_SIZE - info->xmit_head));
1110 memcpy(info->xmit_buf + info->xmit_head, buf, c);
1111 info->xmit_head = ((info->xmit_head
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dgeneric_serial.h34 int xmit_head; member in struct:gs_port
H A Dhayesesp.h102 int xmit_head; member in struct:esp_struct
H A Dserial167.h49 int xmit_head; member in struct:cyclades_port
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dgeneric_serial.h34 int xmit_head; member in struct:gs_port
H A Dhayesesp.h102 int xmit_head; member in struct:esp_struct
H A Dserial167.h49 int xmit_head; member in struct:cyclades_port
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/baget/
H A Dvacserial.c747 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1034 info->xmit_buf[info->xmit_head++] = ch;
1035 info->xmit_head &= SERIAL_XMIT_SIZE-1;
1077 SERIAL_XMIT_SIZE - info->xmit_head));
1089 SERIAL_XMIT_SIZE - info->xmit_head));
1090 memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
1091 info->xmit_head = ((info->xmit_head + c) &
1105 SERIAL_XMIT_SIZE - info->xmit_head));
1110 memcpy(info->xmit_buf + info->xmit_head, bu
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Dsgiserial.c698 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
971 SERIAL_XMIT_SIZE - info->xmit_head));
979 SERIAL_XMIT_SIZE - info->xmit_head));
980 memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
983 memcpy(info->xmit_buf + info->xmit_head, buf, c);
984 info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
1058 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dzs.c755 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
958 SERIAL_XMIT_SIZE - info->xmit_head));
966 SERIAL_XMIT_SIZE - info->xmit_head));
967 memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
970 memcpy(info->xmit_buf + info->xmit_head, buf, c);
971 info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1);
1015 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dmacserial.c1071 info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
1478 SERIAL_XMIT_SIZE - info->xmit_head));
1491 SERIAL_XMIT_SIZE - info->xmit_head));
1492 memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
1493 info->xmit_head = ((info->xmit_head + c) &
1508 SERIAL_XMIT_SIZE - info->xmit_head));
1513 memcpy(info->xmit_buf + info->xmit_head, buf, c);
1514 info->xmit_head = ((info->xmit_head
[all...]
H A Dmacserial.h159 int xmit_head; member in struct:mac_serial

Completed in 186 milliseconds

12