Lines Matching refs:ctx_header
629 const __be32 *ctx_header, in parse_ir_ctx_header() argument
639 *payload_length = be32_to_cpu(ctx_header[0]) >> ISO_DATA_LENGTH_SHIFT; in parse_ir_ctx_header()
654 cip_header = ctx_header + 2; in parse_ir_ctx_header()
706 const __be32 *ctx_header, in generate_device_pkt_descs() argument
722 cycle = compute_cycle_count(ctx_header[1]); in generate_device_pkt_descs()
724 err = parse_ir_ctx_header(s, cycle, ctx_header, &payload_length, in generate_device_pkt_descs()
738 ctx_header += in generate_device_pkt_descs()
739 s->ctx_data.tx.ctx_header_size / sizeof(*ctx_header); in generate_device_pkt_descs()
761 const __be32 *ctx_header, unsigned int packets, in generate_pkt_descs() argument
775 desc->cycle = compute_it_cycle(*ctx_header, s->queue_size); in generate_pkt_descs()
797 ++ctx_header; in generate_pkt_descs()
831 const __be32 *ctx_header = header; in out_stream_callback() local
841 packets = header_length / sizeof(*ctx_header); in out_stream_callback()
843 generate_pkt_descs(s, s->pkt_descs, ctx_header, packets, d->seq_descs, in out_stream_callback()
888 __be32 *ctx_header = header; in in_stream_callback() local
899 err = generate_device_pkt_descs(s, s->pkt_descs, ctx_header, packets); in in_stream_callback()
1005 const __be32 *ctx_header = header; in amdtp_stream_first_callback() local
1016 cycle = compute_cycle_count(ctx_header[1]); in amdtp_stream_first_callback()
1020 cycle = compute_it_cycle(*ctx_header, s->queue_size); in amdtp_stream_first_callback()