Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_tx.c180 u32 desc_ring_size, buff_info_size, sglist_size; in octep_setup_iq() local
209 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_setup_iq()
211 iq->sglist = dma_alloc_coherent(iq->dev, sglist_size, in octep_setup_iq()
247 dma_free_coherent(iq->dev, sglist_size, iq->sglist, iq->sglist_dma); in octep_setup_iq()
268 u64 desc_ring_size, sglist_size; in octep_free_iq() local
279 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_free_iq()
282 dma_free_coherent(iq->dev, sglist_size, in octep_free_iq()