Searched refs:cip_header (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/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, index), 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),
|
| D | amdtp-stream.c | 478 static void generate_cip_header(struct amdtp_stream *s, __be32 cip_header[2], in generate_cip_header() 481 cip_header[0] = cpu_to_be32(READ_ONCE(s->source_node_id_field) | in generate_cip_header() 485 cip_header[1] = cpu_to_be32(CIP_EOH | in generate_cip_header() 498 __be32 *cip_header; in build_it_pkt_header() local 504 cip_header = (__be32 *)params->header; in build_it_pkt_header() 505 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header() 509 cip_header = NULL; in build_it_pkt_header() 512 trace_amdtp_packet(s, cycle, cip_header, payload_length, data_blocks, in build_it_pkt_header() 521 u32 cip_header[2]; in check_cip_header() local 528 cip_header[0] = be32_to_cpu(buf[0]); in check_cip_header() [all …]
|