Searched refs:temp_tail (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_tty.c874 int temp_tail = port->info->xmit.tail; local
892 while ((port->info->xmit.head != temp_tail) &&
895 port->info->xmit.buf[temp_tail];
897 temp_tail++;
898 temp_tail &= (UART_XMIT_SIZE - 1);
907 while ((port->info->xmit.head != temp_tail) &&
910 port->info->xmit.buf[temp_tail];
912 temp_tail++;
913 temp_tail &= (UART_XMIT_SIZE - 1);
919 port->info->xmit.tail = temp_tail;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dicom.c624 int temp_tail = port->info->xmit.tail; local
635 while ((port->info->xmit.head != temp_tail) &&
639 port->info->xmit.buf[temp_tail];
641 temp_tail++;
642 temp_tail &= (UART_XMIT_SIZE - 1);

Completed in 57 milliseconds