Searched refs:start_byte_offset (Results 1 – 1 of 1) sorted by relevance
987 u8 start_byte_offset = FIELD_GET(OA_TC6_DATA_FOOTER_START_WORD_OFFSET, in oa_tc6_prcs_rx_chunk_payload() local1003 if (start_valid && end_valid && start_byte_offset < end_byte_offset) { in oa_tc6_prcs_rx_chunk_payload()1004 size = end_byte_offset + 1 - start_byte_offset; in oa_tc6_prcs_rx_chunk_payload()1006 &data[start_byte_offset], in oa_tc6_prcs_rx_chunk_payload()1012 size = OA_TC6_CHUNK_PAYLOAD_SIZE - start_byte_offset; in oa_tc6_prcs_rx_chunk_payload()1014 &data[start_byte_offset], in oa_tc6_prcs_rx_chunk_payload()1027 if (start_valid && end_valid && start_byte_offset > end_byte_offset) { in oa_tc6_prcs_rx_chunk_payload()1045 size = OA_TC6_CHUNK_PAYLOAD_SIZE - start_byte_offset; in oa_tc6_prcs_rx_chunk_payload()1047 &data[start_byte_offset], in oa_tc6_prcs_rx_chunk_payload()