Searched refs:start_byte_offset (Results 1 – 1 of 1) sorted by relevance
825 u8 start_byte_offset = FIELD_GET(OA_TC6_DATA_FOOTER_START_WORD_OFFSET, in oa_tc6_prcs_rx_chunk_payload() local841 if (start_valid && end_valid && start_byte_offset < end_byte_offset) { in oa_tc6_prcs_rx_chunk_payload()842 size = end_byte_offset + 1 - start_byte_offset; in oa_tc6_prcs_rx_chunk_payload()844 &data[start_byte_offset], in oa_tc6_prcs_rx_chunk_payload()850 size = OA_TC6_CHUNK_PAYLOAD_SIZE - start_byte_offset; in oa_tc6_prcs_rx_chunk_payload()852 &data[start_byte_offset], in oa_tc6_prcs_rx_chunk_payload()866 if (start_valid && end_valid && start_byte_offset > end_byte_offset) { in oa_tc6_prcs_rx_chunk_payload()875 size = OA_TC6_CHUNK_PAYLOAD_SIZE - start_byte_offset; in oa_tc6_prcs_rx_chunk_payload()877 &data[start_byte_offset], in oa_tc6_prcs_rx_chunk_payload()
Completed in 6 milliseconds