Searched refs:cip_header (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/sound/firewire/ |
D | amdtp-stream-trace.h | 17 …TP_PROTO(const struct amdtp_stream *s, u32 cycles, const __be32 *cip_header, unsigned int payload_… 18 …TP_ARGS(s, cycles, cip_header, payload_length, data_blocks, data_block_counter, packet_index, inde… 25 __dynamic_array(u8, cip_header, cip_header ? 8 : 0) 44 if (cip_header) { 45 memcpy(__get_dynamic_array(cip_header), cip_header, 46 __get_dynamic_array_len(cip_header)); 68 __print_array(__get_dynamic_array(cip_header), 69 __get_dynamic_array_len(cip_header), 1))
|
D | amdtp-stream.c | 665 static void generate_cip_header(struct amdtp_stream *s, __be32 cip_header[2], in generate_cip_header() 668 cip_header[0] = cpu_to_be32(READ_ONCE(s->source_node_id_field) | in generate_cip_header() 672 cip_header[1] = cpu_to_be32(CIP_EOH | in generate_cip_header() 685 __be32 *cip_header; in build_it_pkt_header() local 691 cip_header = (__be32 *)params->header; in build_it_pkt_header() 692 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header() 695 cip_header = NULL; in build_it_pkt_header() 698 trace_amdtp_packet(s, cycle, cip_header, payload_length + header_length, data_blocks, in build_it_pkt_header() 707 u32 cip_header[2]; in check_cip_header() local 714 cip_header[0] = be32_to_cpu(buf[0]); in check_cip_header() [all …]
|