Searched refs:cip_header (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/sound/firewire/ |
| H A 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… 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))
|
| H A D | amdtp-stream.c | 712 __be32 *cip_header; in build_it_pkt_header() local 722 cip_header = NULL; in build_it_pkt_header() 734 u32 cip_header[2]; in check_cip_header() local 741 cip_header[0] = be32_to_cpu(buf[0]); in check_cip_header() 753 cip_header[0], cip_header[1]); in check_cip_header() 763 cip_header[0], cip_header[1]); in check_cip_header() 778 cip_header[0]); in check_cip_header() 788 dbc = cip_header[0] & CIP_DBC_MASK; in check_cip_header() 836 const __be32 *cip_header; in parse_ir_ctx_header() local 864 cip_header = NULL; in parse_ir_ctx_header() [all …]
|