Searched refs:cip_header_size (Results 1 – 1 of 1) sorted by relevance
316 unsigned int cip_header_size = 0; in amdtp_stream_get_max_payload() local321 cip_header_size = sizeof(__be32) * 2; in amdtp_stream_get_max_payload()323 return cip_header_size + in amdtp_stream_get_max_payload()636 unsigned int cip_header_size; in parse_ir_ctx_header() local642 cip_header_size = 8; in parse_ir_ctx_header()644 cip_header_size = 0; in parse_ir_ctx_header()646 if (*payload_length > cip_header_size + s->ctx_data.tx.max_ctx_payload_length) { in parse_ir_ctx_header()649 *payload_length, cip_header_size + s->ctx_data.tx.max_ctx_payload_length); in parse_ir_ctx_header()653 if (cip_header_size > 0) { in parse_ir_ctx_header()