Lines Matching refs:Index
6263 unsigned int Index;
6268 Index = StartIndex;
6271 pBufEntry = &(info->rx_buffer_list[Index]);
6273 if ( Index == EndIndex ) {
6284 Index++;
6285 if ( Index == info->rx_buffer_count )
6286 Index = 0;
6290 info->current_rx_buffer = Index;
7266 unsigned short Index;
7269 for ( Index = 0 ; Index < Intervalcount ; Index++ )