Searched refs:rxOutIndex (Results 1 – 2 of 2) sorted by relevance
223 *buf++ = telnetDev->cmdFifo->rxBuf[telnetDev->cmdFifo->rxOutIndex++]; in TelnetRead()224 if (telnetDev->cmdFifo->rxOutIndex >= FIFO_MAX) { in TelnetRead()225 telnetDev->cmdFifo->rxOutIndex = 0; in TelnetRead()
57 UINT32 rxOutIndex; /* index for taking out commands by a shell task to run */ member