Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
A Doa_tc6.c827 u8 end_byte_offset = FIELD_GET(OA_TC6_DATA_FOOTER_END_BYTE_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()
858 size = end_byte_offset + 1; 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()
872 size = end_byte_offset + 1; in oa_tc6_prcs_rx_chunk_payload()
932 bool end_valid, u8 end_byte_offset) in oa_tc6_prepare_data_header() argument
940 end_byte_offset); in oa_tc6_prepare_data_header()
955 u8 end_byte_offset = 0; in oa_tc6_add_tx_skb_to_spi_buf() local
984 end_byte_offset = length_to_copy - 1; in oa_tc6_add_tx_skb_to_spi_buf()
[all …]

Completed in 7 milliseconds