Searched refs:xdp_umem_get_dma (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | xdp_sock.h | 163 static inline dma_addr_t xdp_umem_get_dma(struct xdp_umem *umem, u64 addr) in xdp_umem_get_dma() function 310 static inline dma_addr_t xdp_umem_get_dma(struct xdp_umem *umem, u64 addr) in xdp_umem_get_dma() function
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_xsk.c | 245 bi->dma = xdp_umem_get_dma(rx_ring->xsk_umem, handle); in ixgbe_zca_free() 272 bi->dma = xdp_umem_get_dma(umem, handle); in ixgbe_alloc_buffer_zc() 299 bi->dma = xdp_umem_get_dma(umem, handle); in ixgbe_alloc_buffer_slow_zc() 595 dma = xdp_umem_get_dma(xdp_ring->xsk_umem, desc.addr); in ixgbe_xmit_zc()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_xsk.c | 264 bi->dma = xdp_umem_get_dma(umem, handle); in i40e_alloc_buffer_zc() 301 bi->dma = xdp_umem_get_dma(umem, handle); in i40e_alloc_buffer_slow_zc() 466 bi->dma = xdp_umem_get_dma(rx_ring->xsk_umem, handle); in i40e_zca_free() 665 dma = xdp_umem_get_dma(xdp_ring->xsk_umem, desc.addr); in i40e_xmit_zc()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| D | tx.c | 92 xdptxd.dma_addr = xdp_umem_get_dma(umem, desc.addr); in mlx5e_xsk_tx()
|
| D | rx.c | 36 dma_info->addr = xdp_umem_get_dma(umem, handle); in mlx5e_xsk_page_alloc_umem()
|