Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
H A Doa_tc6.c57 #define OA_TC6_CHUNK_SIZE (OA_TC6_DATA_HEADER_SIZE +\ macro
61 OA_TC6_CHUNK_SIZE)
1067 u16 no_of_rx_chunks = length / OA_TC6_CHUNK_SIZE; in oa_tc6_process_spi_data_rx_buf()
1075 footer = oa_tc6_get_rx_chunk_footer(tc6, i * OA_TC6_CHUNK_SIZE + in oa_tc6_process_spi_data_rx_buf()
1091 OA_TC6_CHUNK_SIZE; in oa_tc6_process_spi_data_rx_buf()
1189 tc6->spi_data_tx_buf_offset += OA_TC6_CHUNK_SIZE; in oa_tc6_add_tx_skb_to_spi_buf()
1212 return used_tx_credits * OA_TC6_CHUNK_SIZE; in oa_tc6_prepare_spi_tx_buf_for_tx_skbs()
1229 tc6->spi_data_tx_buf_offset += OA_TC6_CHUNK_SIZE; in oa_tc6_add_empty_chunks_to_spi_buf()
1235 u16 tx_chunks = len / OA_TC6_CHUNK_SIZE; in oa_tc6_prepare_spi_tx_buf_for_rx_chunks()
1249 return needed_empty_chunks * OA_TC6_CHUNK_SIZE + len; in oa_tc6_prepare_spi_tx_buf_for_rx_chunks()
[all …]