Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/
Doa_tc6.c100 #define OA_TC6_CHUNK_SIZE (OA_TC6_DATA_HEADER_SIZE +\ macro
104 OA_TC6_CHUNK_SIZE)
899 u16 no_of_rx_chunks = length / OA_TC6_CHUNK_SIZE; in oa_tc6_process_spi_data_rx_buf()
906 footer = oa_tc6_get_rx_chunk_footer(tc6, i * OA_TC6_CHUNK_SIZE + in oa_tc6_process_spi_data_rx_buf()
919 OA_TC6_CHUNK_SIZE; in oa_tc6_process_spi_data_rx_buf()
994 tc6->spi_data_tx_buf_offset += OA_TC6_CHUNK_SIZE; in oa_tc6_add_tx_skb_to_spi_buf()
1015 return used_tx_credits * OA_TC6_CHUNK_SIZE; in oa_tc6_prepare_spi_tx_buf_for_tx_skbs()
1032 tc6->spi_data_tx_buf_offset += OA_TC6_CHUNK_SIZE; in oa_tc6_add_empty_chunks_to_spi_buf()
1038 u16 tx_chunks = len / OA_TC6_CHUNK_SIZE; in oa_tc6_prepare_spi_tx_buf_for_rx_chunks()
1052 return needed_empty_chunks * OA_TC6_CHUNK_SIZE + len; in oa_tc6_prepare_spi_tx_buf_for_rx_chunks()
[all …]