Searched refs:sglist_size (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/ethernet/marvell/octeon_ep/ |
| A D | octep_tx.c | 177 u32 desc_ring_size, buff_info_size, sglist_size; in octep_setup_iq() local 207 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_setup_iq() 209 iq->sglist = dma_alloc_coherent(iq->dev, sglist_size, in octep_setup_iq() 245 dma_free_coherent(iq->dev, sglist_size, iq->sglist, iq->sglist_dma); in octep_setup_iq() 266 u64 desc_ring_size, sglist_size; in octep_free_iq() local 277 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_free_iq() 280 dma_free_coherent(iq->dev, sglist_size, in octep_free_iq()
|
| /drivers/net/ethernet/marvell/octeon_ep_vf/ |
| A D | octep_vf_tx.c | 176 u32 desc_ring_size, buff_info_size, sglist_size; in octep_vf_setup_iq() local 206 sglist_size = OCTEP_VF_SGLIST_SIZE_PER_PKT * in octep_vf_setup_iq() 208 iq->sglist = dma_alloc_coherent(iq->dev, sglist_size, in octep_vf_setup_iq() 244 dma_free_coherent(iq->dev, sglist_size, iq->sglist, iq->sglist_dma); in octep_vf_setup_iq() 265 u64 desc_ring_size, sglist_size; in octep_vf_free_iq() local 276 sglist_size = OCTEP_VF_SGLIST_SIZE_PER_PKT * in octep_vf_free_iq() 279 dma_free_coherent(iq->dev, sglist_size, in octep_vf_free_iq()
|
Completed in 7 milliseconds