Lines Matching defs:packet_index
108 s->packet_index = 0;
637 s->buffer.packets[s->packet_index].offset);
643 if (++s->packet_index >= s->queue_size)
644 s->packet_index = 0;
701 data_block_counter, s->packet_index, index, curr_cycle_time);
803 unsigned int *syt, unsigned int packet_index, unsigned int index,
849 *data_block_counter, packet_index, index, curr_cycle_time);
911 unsigned int packet_index = s->packet_index;
964 packet_index, i, curr_cycle_time);
972 desc->ctx_payload = s->buffer.packets[packet_index].buffer;
981 packet_index = (packet_index + 1) % queue_size;
1014 unsigned int index = (s->packet_index + i) % s->queue_size;
1048 s->packet_index = -1;
1150 if (s->packet_index < 0)
1219 if (s->packet_index < 0)
1254 if (s->packet_index < 0)
1309 if (s->packet_index < 0)
1354 if (s->packet_index < 0)
1382 if (s->packet_index < 0)
1434 if (s->packet_index < 0)
1783 s->packet_index = 0;
1796 sched_irq = !((s->packet_index + 1) %
1804 } while (s->packet_index > 0);