Searched refs:cip_header_size (Results 1 – 1 of 1) sorted by relevance
331 unsigned int cip_header_size; in amdtp_stream_get_max_payload() local334 cip_header_size = CIP_HEADER_SIZE; in amdtp_stream_get_max_payload()336 cip_header_size = 0; in amdtp_stream_get_max_payload()338 return cip_header_size + amdtp_stream_get_max_ctx_payload_size(s); in amdtp_stream_get_max_payload()808 unsigned int cip_header_size; in parse_ir_ctx_header() local813 cip_header_size = CIP_HEADER_SIZE; in parse_ir_ctx_header()815 cip_header_size = 0; in parse_ir_ctx_header()817 if (payload_length > cip_header_size + s->ctx_data.tx.max_ctx_payload_length) { in parse_ir_ctx_header()820 payload_length, cip_header_size + s->ctx_data.tx.max_ctx_payload_length); in parse_ir_ctx_header()824 if (cip_header_size > 0) { in parse_ir_ctx_header()[all …]