Home
last modified time | relevance | path

Searched refs:start_byte_offset (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/
A Doa_tc6.c825 u8 start_byte_offset = FIELD_GET(OA_TC6_DATA_FOOTER_START_WORD_OFFSET, in oa_tc6_prcs_rx_chunk_payload() local
841 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