Home
last modified time | relevance | path

Searched refs:cip_header (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/firewire/
H A Damdtp-stream-trace.h17 TP_PROTO(const struct amdtp_stream *s, u32 cycles, const __be32 *cip_header, unsigned int payload_length, unsigned int data_blocks, unsigned int data_block_counter, unsigned int packet_index, unsigned int index),
18 TP_ARGS(s, cycles, cip_header, payload_length, data_blocks, data_block_counter, packet_index, 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),
[all...]
H A Damdtp-stream.c494 static void generate_cip_header(struct amdtp_stream *s, __be32 cip_header[2], in generate_cip_header() argument
497 cip_header[0] = cpu_to_be32(READ_ONCE(s->source_node_id_field) | in generate_cip_header()
501 cip_header[1] = cpu_to_be32(CIP_EOH | in generate_cip_header()
514 __be32 *cip_header; in build_it_pkt_header() local
520 cip_header = (__be32 *)params->header; in build_it_pkt_header()
521 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header()
525 cip_header = NULL; in build_it_pkt_header()
528 trace_amdtp_packet(s, cycle, cip_header, payload_length, data_blocks, in build_it_pkt_header()
537 u32 cip_header[2]; in check_cip_header() local
544 cip_header[ in check_cip_header()
635 const __be32 *cip_header; parse_ir_ctx_header() local
[all...]
/kernel/linux/linux-6.6/sound/firewire/
H A Damdtp-stream-trace.h17 TP_PROTO(const struct amdtp_stream *s, u32 cycles, const __be32 *cip_header, unsigned int payload_length, unsigned int data_blocks, unsigned int data_block_counter, unsigned int packet_index, unsigned int index, u32 curr_cycle_time),
18 TP_ARGS(s, cycles, cip_header, payload_length, data_blocks, data_block_counter, packet_index, index, curr_cycle_time),
26 __dynamic_array(u8, cip_header, cip_header ? 8 : 0)
46 if (cip_header) {
47 memcpy(__get_dynamic_array(cip_header), cip_header,
48 __get_dynamic_array_len(cip_header));
71 __print_array(__get_dynamic_array(cip_header),
72 __get_dynamic_array_len(cip_header),
[all...]
H A Damdtp-stream.c667 static void generate_cip_header(struct amdtp_stream *s, __be32 cip_header[2], in generate_cip_header() argument
670 cip_header[0] = cpu_to_be32(READ_ONCE(s->source_node_id_field) | in generate_cip_header()
674 cip_header[1] = cpu_to_be32(CIP_EOH | in generate_cip_header()
687 __be32 *cip_header; in build_it_pkt_header() local
693 cip_header = (__be32 *)params->header; in build_it_pkt_header()
694 generate_cip_header(s, cip_header, data_block_counter, syt); in build_it_pkt_header()
697 cip_header = NULL; in build_it_pkt_header()
700 trace_amdtp_packet(s, cycle, cip_header, payload_length + header_length, data_blocks, in build_it_pkt_header()
709 u32 cip_header[2]; in check_cip_header() local
716 cip_header[ in check_cip_header()
807 const __be32 *cip_header; parse_ir_ctx_header() local
[all...]

Completed in 5 milliseconds