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

/linux-master/drivers/tty/
H A Dmips_ejtag_fdc.c133 * @xmit_full: Indicates TX FIFO is full, we're waiting for space.
158 bool xmit_full; member in struct:mips_ejtag_fdc_tty
502 priv->xmit_full = true;
623 if (priv->xmit_full && !(stat & REG_FDSTAT_TXF)) {
624 priv->xmit_full = false;

Completed in 174 milliseconds