Lines Matching defs:packet_index
98 s->packet_index = 0;
464 s->buffer.packets[s->packet_index].offset);
470 if (++s->packet_index >= s->queue_size)
471 s->packet_index = 0;
529 data_block_counter, s->packet_index, index);
633 unsigned int *syt, unsigned int packet_index, unsigned int index)
671 *data_block_counter, packet_index, index);
710 unsigned int packet_index = s->packet_index;
725 &data_blocks, &dbc, &syt, packet_index, i);
733 desc->ctx_payload = s->buffer.packets[packet_index].buffer;
741 packet_index = (packet_index + 1) % queue_size;
771 unsigned int index = (s->packet_index + i) % s->queue_size;
806 s->packet_index = -1;
837 if (s->packet_index < 0)
893 if (s->packet_index < 0)
1133 s->packet_index = 0;
1146 sched_irq = !((s->packet_index + 1) %
1154 } while (s->packet_index > 0);