Searched refs:start_byte_offset (Results 1 – 1 of 1) sorted by relevance
826 u8 start_byte_offset = FIELD_GET(OA_TC6_DATA_FOOTER_START_WORD_OFFSET, in oa_tc6_prcs_rx_chunk_payload() local842 if (start_valid && end_valid && start_byte_offset < end_byte_offset) { in oa_tc6_prcs_rx_chunk_payload()843 size = end_byte_offset + 1 - start_byte_offset; in oa_tc6_prcs_rx_chunk_payload()845 &data[start_byte_offset], in oa_tc6_prcs_rx_chunk_payload()851 size = OA_TC6_CHUNK_PAYLOAD_SIZE - start_byte_offset; in oa_tc6_prcs_rx_chunk_payload()853 &data[start_byte_offset], in oa_tc6_prcs_rx_chunk_payload()867 if (start_valid && end_valid && start_byte_offset > end_byte_offset) { in oa_tc6_prcs_rx_chunk_payload()876 size = OA_TC6_CHUNK_PAYLOAD_SIZE - start_byte_offset; in oa_tc6_prcs_rx_chunk_payload()878 &data[start_byte_offset], in oa_tc6_prcs_rx_chunk_payload()