Lines Matching defs:packets

225 	// includes 'empty' or 'NODATA' packets which include no event. In
296 // packets.
367 * 2) packets with a rounded-up number of blocks occur as early
464 s->buffer.packets[s->packet_index].offset);
707 unsigned int packets)
715 for (i = 0; i < packets; ++i) {
733 desc->ctx_payload = s->buffer.packets[packet_index].buffer;
761 const __be32 *ctx_header, unsigned int packets,
769 for (i = 0; i < packets; ++i) {
793 desc->ctx_payload = s->buffer.packets[index].buffer;
814 unsigned int packets)
820 pcm_frames = s->process_ctx_payloads(s, descs, packets, pcm);
834 unsigned int packets;
840 // Calculate the number of packets in buffer and check XRUN.
841 packets = header_length / sizeof(*ctx_header);
843 generate_pkt_descs(s, s->pkt_descs, ctx_header, packets, d->seq_descs,
846 process_ctx_payloads(s, s->pkt_descs, packets);
848 for (i = 0; i < packets; ++i) {
889 unsigned int packets;
896 // Calculate the number of packets in buffer and check XRUN.
897 packets = header_length / s->ctx_data.tx.ctx_header_size;
899 err = generate_device_pkt_descs(s, s->pkt_descs, ctx_header, packets);
906 process_ctx_payloads(s, s->pkt_descs, packets);
909 for (i = 0; i < packets; ++i) {
919 static void pool_ideal_seq_descs(struct amdtp_domain *d, unsigned int packets)
945 while (min_avail < packets) {
970 unsigned int packets = header_length / sizeof(__be32);
974 pool_ideal_seq_descs(d, packets + 3);
1034 * amdtp_stream_start - start transferring packets
1040 * @queue_size: The number of packets in the queue.
1199 // context of IT contexts, queued packets were already handled.
1202 // When the process context reach here, some packets will be
1203 // already queued in the buffer. These packets should be handled
1233 // Process isochronous packets for recent isochronous cycle to handle
1260 * amdtp_stream_stop - stop sending packets
1383 * amdtp_domain_start - start sending packets for isoc context in the domain.
1513 * amdtp_domain_stop - stop sending packets for isoc context in the same domain.