Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dxdp_sock_drv.h61 static inline dma_addr_t xsk_buff_xdp_get_dma(struct xdp_buff *xdp) in xsk_buff_xdp_get_dma() function
200 static inline dma_addr_t xsk_buff_xdp_get_dma(struct xdp_buff *xdp) in xsk_buff_xdp_get_dma() function
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c164 dma = xsk_buff_xdp_get_dma(bi->xdp); in ixgbe_alloc_rx_buffers_zc()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c209 dma = xsk_buff_xdp_get_dma(xdp); in i40e_alloc_rx_buffers_zc()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_xsk.c384 dma = xsk_buff_xdp_get_dma(rx_buf->xdp); in ice_alloc_rx_bufs_zc()
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_main.c1604 dma_addr = xsk_buff_xdp_get_dma(buf->xdp); in stmmac_alloc_rx_buffers_zc()
4814 dma_addr = xsk_buff_xdp_get_dma(buf->xdp); in stmmac_rx_refill_zc()
/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_main.c2083 dma = xsk_buff_xdp_get_dma(bi->xdp); in igc_alloc_rx_buffers_zc()