Searched refs:sglist_size (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/ |
D | octep_tx.c | 177 u32 desc_ring_size, buff_info_size, sglist_size; in octep_setup_iq() local 206 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_setup_iq() 208 iq->sglist = dma_alloc_coherent(iq->dev, sglist_size, in octep_setup_iq() 244 dma_free_coherent(iq->dev, sglist_size, iq->sglist, iq->sglist_dma); in octep_setup_iq() 265 u64 desc_ring_size, sglist_size; in octep_free_iq() local 276 sglist_size = OCTEP_SGLIST_SIZE_PER_PKT * in octep_free_iq() 279 dma_free_coherent(iq->dev, sglist_size, in octep_free_iq()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/ |
D | octep_vf_tx.c | 176 u32 desc_ring_size, buff_info_size, sglist_size; in octep_vf_setup_iq() local 205 sglist_size = OCTEP_VF_SGLIST_SIZE_PER_PKT * in octep_vf_setup_iq() 207 iq->sglist = dma_alloc_coherent(iq->dev, sglist_size, in octep_vf_setup_iq() 243 dma_free_coherent(iq->dev, sglist_size, iq->sglist, iq->sglist_dma); in octep_vf_setup_iq() 264 u64 desc_ring_size, sglist_size; in octep_vf_free_iq() local 275 sglist_size = OCTEP_VF_SGLIST_SIZE_PER_PKT * in octep_vf_free_iq() 278 dma_free_coherent(iq->dev, sglist_size, in octep_vf_free_iq()
|