Lines Matching defs:cip_header_size
337 unsigned int cip_header_size;
340 cip_header_size = CIP_HEADER_SIZE;
342 cip_header_size = 0;
344 return cip_header_size + amdtp_stream_get_max_ctx_payload_size(s);
837 unsigned int cip_header_size;
842 cip_header_size = CIP_HEADER_SIZE;
844 cip_header_size = 0;
846 if (payload_length > cip_header_size + s->ctx_data.tx.max_ctx_payload_length) {
849 payload_length, cip_header_size + s->ctx_data.tx.max_ctx_payload_length);
853 if (cip_header_size > 0) {
854 if (payload_length >= cip_header_size) {
858 err = check_cip_header(s, cip_header, payload_length - cip_header_size,