Lines Matching refs:ctx_header
629 const __be32 *ctx_header, in parse_ir_ctx_header() argument
638 *payload_length = be32_to_cpu(ctx_header[0]) >> ISO_DATA_LENGTH_SHIFT; in parse_ir_ctx_header()
648 cip_header = ctx_header + 2; in parse_ir_ctx_header()
700 const __be32 *ctx_header, in generate_device_pkt_descs() argument
715 cycle = compute_cycle_count(ctx_header[1]); in generate_device_pkt_descs()
717 err = parse_ir_ctx_header(s, cycle, ctx_header, &payload_length, in generate_device_pkt_descs()
731 ctx_header += in generate_device_pkt_descs()
732 s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header); in generate_device_pkt_descs()
752 const __be32 *ctx_header, unsigned int packets, in generate_pkt_descs() argument
766 desc->cycle = compute_it_cycle(*ctx_header, s->queue_size); in generate_pkt_descs()
788 ++ctx_header; in generate_pkt_descs()
822 const __be32 *ctx_header = header; in out_stream_callback() local
832 packets = header_length / sizeof(*ctx_header); in out_stream_callback()
834 generate_pkt_descs(s, s->pkt_descs, ctx_header, packets, d->seq_descs, in out_stream_callback()
879 __be32 *ctx_header = header; in in_stream_callback() local
890 err = generate_device_pkt_descs(s, s->pkt_descs, ctx_header, packets); in in_stream_callback()
996 const __be32 *ctx_header = header; in amdtp_stream_first_callback() local
1007 cycle = compute_cycle_count(ctx_header[1]); in amdtp_stream_first_callback()
1011 cycle = compute_it_cycle(*ctx_header, s->queue_size); in amdtp_stream_first_callback()