Lines Matching defs:packet_index
111 s->packet_index = 0;
662 s->buffer.packets[s->packet_index].offset);
668 if (++s->packet_index >= s->queue_size)
669 s->packet_index = 0;
726 data_block_counter, s->packet_index, index, curr_cycle_time);
832 unsigned int *syt, unsigned int packet_index, unsigned int index,
878 *data_block_counter, packet_index, index, curr_cycle_time);
940 unsigned int packet_index = s->packet_index;
993 packet_index, i, curr_cycle_time);
1001 desc->ctx_payload = s->buffer.packets[packet_index].buffer;
1010 packet_index = (packet_index + 1) % queue_size;
1043 unsigned int index = (s->packet_index + i) % s->queue_size;
1079 s->packet_index = -1;
1186 if (s->packet_index < 0)
1252 if (s->packet_index < 0)
1287 if (s->packet_index < 0)
1342 if (s->packet_index < 0)
1387 if (s->packet_index < 0)
1415 if (s->packet_index < 0)
1467 if (s->packet_index < 0)
1812 s->packet_index = 0;
1825 sched_irq = !((s->packet_index + 1) %
1833 } while (s->packet_index > 0);