Searched refs:xmit_next (Results 1 – 1 of 1) sorted by relevance
160 unsigned int xmit_next; member523 dport = &priv->ports[priv->xmit_next]; in mips_ejtag_fdc_put()530 ++priv->xmit_next; in mips_ejtag_fdc_put()531 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()532 priv->xmit_next = 0; in mips_ejtag_fdc_put()536 ret = mips_ejtag_fdc_put_chan(priv, priv->xmit_next); in mips_ejtag_fdc_put()543 ++priv->xmit_next; in mips_ejtag_fdc_put()544 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()545 priv->xmit_next = 0; in mips_ejtag_fdc_put()