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.c989 u8 end_byte_offset = FIELD_GET(OA_TC6_DATA_FOOTER_END_BYTE_OFFSET, in oa_tc6_prcs_rx_chunk_payload() local
1003 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()
1020 size = end_byte_offset + 1; 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()
1033 size = end_byte_offset + 1; in oa_tc6_prcs_rx_chunk_payload()
1127 bool end_valid, u8 end_byte_offset) in oa_tc6_prepare_data_header() argument
1135 end_byte_offset); in oa_tc6_prepare_data_header()
1150 u8 end_byte_offset = 0; in oa_tc6_add_tx_skb_to_spi_buf() local
1179 end_byte_offset = length_to_copy - 1; in oa_tc6_add_tx_skb_to_spi_buf()
[all …]