NextIndex 6627 drivers/tty/synclink.c unsigned int CurrentIndex, NextIndex; NextIndex 6650 drivers/tty/synclink.c CurrentIndex = NextIndex = info->current_rx_buffer; NextIndex 6651 drivers/tty/synclink.c ++NextIndex; NextIndex 6652 drivers/tty/synclink.c if ( NextIndex == info->rx_buffer_count ) NextIndex 6653 drivers/tty/synclink.c NextIndex = 0; NextIndex 6657 drivers/tty/synclink.c info->rx_buffer_list[NextIndex].count == 0)) {