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.c100 #define OA_TC6_CHUNK_SIZE (OA_TC6_DATA_HEADER_SIZE +\ macro
104 OA_TC6_CHUNK_SIZE)
900 u16 no_of_rx_chunks = length / OA_TC6_CHUNK_SIZE; in oa_tc6_process_spi_data_rx_buf()
907 footer = oa_tc6_get_rx_chunk_footer(tc6, i * OA_TC6_CHUNK_SIZE + in oa_tc6_process_spi_data_rx_buf()
920 OA_TC6_CHUNK_SIZE; in oa_tc6_process_spi_data_rx_buf()
995 tc6->spi_data_tx_buf_offset += OA_TC6_CHUNK_SIZE; in oa_tc6_add_tx_skb_to_spi_buf()
1018 return used_tx_credits * OA_TC6_CHUNK_SIZE; in oa_tc6_prepare_spi_tx_buf_for_tx_skbs()
1035 tc6->spi_data_tx_buf_offset += OA_TC6_CHUNK_SIZE; in oa_tc6_add_empty_chunks_to_spi_buf()
1041 u16 tx_chunks = len / OA_TC6_CHUNK_SIZE; in oa_tc6_prepare_spi_tx_buf_for_rx_chunks()
1055 return needed_empty_chunks * OA_TC6_CHUNK_SIZE + len; in oa_tc6_prepare_spi_tx_buf_for_rx_chunks()
[all …]