Searched refs:header_length (Results 1 – 1 of 1) sorted by relevance
107 ULONG header_length; in _ux_host_class_pima_read() local169 header_length = _ux_utility_long_get(ptp_payload + UX_HOST_CLASS_PIMA_DATA_HEADER_LENGTH); in _ux_host_class_pima_read()173 if (header_length < transfer_request -> ux_transfer_request_actual_length) in _ux_host_class_pima_read()177 …if ((header_length % pima -> ux_host_class_pima_bulk_in_endpoint -> ux_endpoint_descriptor.wMaxPac… in _ux_host_class_pima_read()187 if ((header_length - UX_HOST_CLASS_PIMA_DATA_HEADER_SIZE) > data_length) in _ux_host_class_pima_read()191 data_length = header_length - transfer_request -> ux_transfer_request_actual_length; in _ux_host_class_pima_read()