Searched refs:rxIndex (Results 1 – 2 of 2) sorted by relevance
117 telnetDev->cmdFifo->rxBuf[telnetDev->cmdFifo->rxIndex] = *buf; in TelnetTx()118 telnetDev->cmdFifo->rxIndex++; in TelnetTx()119 telnetDev->cmdFifo->rxIndex %= FIFO_MAX; in TelnetTx()
56 UINT32 rxIndex; /* index for receiving user's commands */ member