Lines Matching refs:packet_index

111 	s->packet_index = 0;  in amdtp_stream_init()
646 s->buffer.packets[s->packet_index].offset); in queue_packet()
652 if (++s->packet_index >= s->queue_size) in queue_packet()
653 s->packet_index = 0; in queue_packet()
710 data_block_counter, s->packet_index, index, curr_cycle_time); in build_it_pkt_header()
816 unsigned int *syt, unsigned int packet_index, unsigned int index, in parse_ir_ctx_header() argument
862 *data_block_counter, packet_index, index, curr_cycle_time); in parse_ir_ctx_header()
924 unsigned int packet_index = s->packet_index; in generate_tx_packet_descs() local
977 packet_index, i, curr_cycle_time); in generate_tx_packet_descs()
985 desc->ctx_payload = s->buffer.packets[packet_index].buffer; in generate_tx_packet_descs()
994 packet_index = (packet_index + 1) % queue_size; in generate_tx_packet_descs()
1027 unsigned int index = (s->packet_index + i) % s->queue_size; in generate_rx_packet_descs()
1061 s->packet_index = -1; in cancel_stream()
1163 if (s->packet_index < 0) in process_rx_packets()
1232 if (s->packet_index < 0) in skip_rx_packets()
1267 if (s->packet_index < 0) in process_rx_packets_intermediately()
1322 if (s->packet_index < 0) in process_tx_packets()
1367 if (s->packet_index < 0) in drop_tx_packets()
1395 if (s->packet_index < 0) in process_tx_packets_intermediately()
1447 if (s->packet_index < 0) in drop_tx_packets_initially()
1796 s->packet_index = 0; in amdtp_stream_start()
1809 sched_irq = !((s->packet_index + 1) % in amdtp_stream_start()
1817 } while (s->packet_index > 0); in amdtp_stream_start()