Home
last modified time | relevance | path

Searched refs:cip_header (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/sound/firewire/
A Damdtp-stream-trace.h17 …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…
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), 1))
A Damdtp-stream.c687 __be32 *cip_header; in build_it_pkt_header() local
697 cip_header = NULL; in build_it_pkt_header()
709 u32 cip_header[2]; in check_cip_header() local
716 cip_header[0] = be32_to_cpu(buf[0]); in check_cip_header()
728 cip_header[0], cip_header[1]); in check_cip_header()
738 cip_header[0], cip_header[1]); in check_cip_header()
753 cip_header[0]); in check_cip_header()
763 dbc = cip_header[0] & CIP_DBC_MASK; in check_cip_header()
807 const __be32 *cip_header; in parse_ir_ctx_header() local
835 cip_header = NULL; in parse_ir_ctx_header()
[all …]

Completed in 7 milliseconds