Searched refs:xmit_next (Results 1 – 1 of 1) sorted by relevance
157 unsigned int xmit_next; member520 dport = &priv->ports[priv->xmit_next]; in mips_ejtag_fdc_put()527 ++priv->xmit_next; in mips_ejtag_fdc_put()528 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()529 priv->xmit_next = 0; in mips_ejtag_fdc_put()533 ret = mips_ejtag_fdc_put_chan(priv, priv->xmit_next); in mips_ejtag_fdc_put()540 ++priv->xmit_next; in mips_ejtag_fdc_put()541 if (priv->xmit_next >= NUM_TTY_CHANNELS) in mips_ejtag_fdc_put()542 priv->xmit_next = 0; in mips_ejtag_fdc_put()