CurrentIndex 6627 drivers/tty/synclink.c unsigned int CurrentIndex, NextIndex; CurrentIndex 6650 drivers/tty/synclink.c CurrentIndex = NextIndex = info->current_rx_buffer; CurrentIndex 6655 drivers/tty/synclink.c if ( info->rx_buffer_list[CurrentIndex].status != 0 || CurrentIndex 6656 drivers/tty/synclink.c (info->rx_buffer_list[CurrentIndex].count == 0 && CurrentIndex 6665 drivers/tty/synclink.c status = info->rx_buffer_list[CurrentIndex].status; CurrentIndex 6714 drivers/tty/synclink.c if ( info->rx_buffer_list[CurrentIndex].rcc ) CurrentIndex 6715 drivers/tty/synclink.c framesize = RCLRVALUE - info->rx_buffer_list[CurrentIndex].rcc; CurrentIndex 6739 drivers/tty/synclink.c mgsl_trace_block(info,info->rx_buffer_list[CurrentIndex].virt_addr, CurrentIndex 6746 drivers/tty/synclink.c pBufEntry = &(info->rx_buffer_list[CurrentIndex]); CurrentIndex 6754 drivers/tty/synclink.c mgsl_free_rx_frame_buffers( info, CurrentIndex, CurrentIndex ); CurrentIndex 6766 drivers/tty/synclink.c if ( !info->rx_buffer_list[CurrentIndex].status && CurrentIndex 6767 drivers/tty/synclink.c info->rx_buffer_list[CurrentIndex].count ) {