Home
last modified time | relevance | path

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

/linux-5.19.10/net/xdp/
Dxsk_buff_pool.c284 static struct xsk_dma_map *xp_find_dma_map(struct xsk_buff_pool *pool) in xp_find_dma_map()
286 struct xsk_dma_map *dma_map; in xp_find_dma_map()
296 static struct xsk_dma_map *xp_create_dma_map(struct device *dev, struct net_device *netdev, in xp_create_dma_map()
299 struct xsk_dma_map *dma_map; in xp_create_dma_map()
320 static void xp_destroy_dma_map(struct xsk_dma_map *dma_map) in xp_destroy_dma_map()
327 static void __xp_dma_unmap(struct xsk_dma_map *dma_map, unsigned long attrs) in __xp_dma_unmap()
347 struct xsk_dma_map *dma_map; in xp_dma_unmap()
368 static void xp_check_dma_contiguity(struct xsk_dma_map *dma_map) in xp_check_dma_contiguity()
380 static int xp_init_dma_info(struct xsk_buff_pool *pool, struct xsk_dma_map *dma_map) in xp_init_dma_info()
408 struct xsk_dma_map *dma_map; in xp_dma_map()
/linux-5.19.10/include/net/
Dxsk_buff_pool.h31 struct xsk_dma_map { struct