Searched refs:tx_ringsize (Results 1 – 1 of 1) sorted by relevance
1167 int tx_ringsize = sizeof(*txdesc) * mdp->num_tx_ring; in sh_eth_ring_format() local1219 memset(mdp->tx_ring, 0, tx_ringsize); in sh_eth_ring_format()1243 int rx_ringsize, tx_ringsize; in sh_eth_ring_init() local1276 tx_ringsize = sizeof(struct sh_eth_txdesc) * mdp->num_tx_ring; in sh_eth_ring_init()1277 mdp->tx_ring = dma_alloc_coherent(NULL, tx_ringsize, &mdp->tx_desc_dma, in sh_eth_ring_init()