Searched refs:xmit_head (Results 1 – 1 of 1) sorted by relevance
100 * @xmit_head: Head of xmit buffer where data is written.111 unsigned int xmit_head; member 452 dport->xmit_head = 0; in mips_ejtag_fdc_put_chan() 790 dport->xmit_head = 0; in mips_ejtag_fdc_tty_hangup() 824 block = min(count, (int)(priv->xmit_size - dport->xmit_head)); in mips_ejtag_fdc_tty_write() 825 memcpy(dport->port.xmit_buf + dport->xmit_head, buf, block); in mips_ejtag_fdc_tty_write() 826 dport->xmit_head += block; in mips_ejtag_fdc_tty_write() 827 if (dport->xmit_head >= priv->xmit_size) in mips_ejtag_fdc_tty_write() 828 dport->xmit_head -= priv->xmit_size; in mips_ejtag_fdc_tty_write()