Home
last modified time | relevance | path

Searched refs:xmit_next (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/tty/
Dmips_ejtag_fdc.c157 unsigned int xmit_next; member
521 dport = &priv->ports[priv->xmit_next]; in mips_ejtag_fdc_put()
528 ++priv->xmit_next; in mips_ejtag_fdc_put()
529 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()
530 priv->xmit_next = 0; in mips_ejtag_fdc_put()
534 ret = mips_ejtag_fdc_put_chan(priv, priv->xmit_next); in mips_ejtag_fdc_put()
541 ++priv->xmit_next; in mips_ejtag_fdc_put()
542 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()
543 priv->xmit_next = 0; in mips_ejtag_fdc_put()