Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
H A Doa_tc6.c828 u8 end_byte_offset = FIELD_GET(OA_TC6_DATA_FOOTER_END_BYTE_OFFSET, in oa_tc6_prcs_rx_chunk_payload() local
842 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()
859 size = end_byte_offset + 1; 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()
873 size = end_byte_offset + 1; in oa_tc6_prcs_rx_chunk_payload()
933 bool end_valid, u8 end_byte_offset) in oa_tc6_prepare_data_header() argument
941 end_byte_offset); in oa_tc6_prepare_data_header()
956 u8 end_byte_offset = 0; in oa_tc6_add_tx_skb_to_spi_buf() local
985 end_byte_offset = length_to_copy - 1; in oa_tc6_add_tx_skb_to_spi_buf()
[all …]