Searched refs:alloc_desc_size (Results 1 – 1 of 1) sorted by relevance
190 u32 alloc_desc_size = NUM_TX_DESC * sizeof(struct tx_desc_s); in sh_eth_tx_desc_init() local199 memalign(sizeof(struct tx_desc_s), alloc_desc_size); in sh_eth_tx_desc_init()206 flush_cache_wback((u32)port_info->tx_desc_alloc, alloc_desc_size); in sh_eth_tx_desc_init()241 u32 alloc_desc_size = NUM_RX_DESC * sizeof(struct rx_desc_s); in sh_eth_rx_desc_init() local251 memalign(sizeof(struct rx_desc_s), alloc_desc_size); in sh_eth_rx_desc_init()258 flush_cache_wback(port_info->rx_desc_alloc, alloc_desc_size); in sh_eth_rx_desc_init()