Searched refs:dma_sync_size (Results 1 – 3 of 3) sorted by relevance
| /linux/net/core/ |
| H A D | page_pool.c | 454 u32 dma_sync_size) in __page_pool_dma_sync_for_device() argument 459 dma_sync_size = min(dma_sync_size, pool->p.max_len); in __page_pool_dma_sync_for_device() 461 dma_sync_size, pool->p.dma_dir); in __page_pool_dma_sync_for_device() 468 u32 dma_sync_size) in page_pool_dma_sync_for_device() argument 475 dma_sync_size); in page_pool_dma_sync_for_device() 853 unsigned int dma_sync_size, bool allow_direct) in __page_pool_put_page() argument 869 page_pool_dma_sync_for_device(pool, netmem, dma_sync_size); in __page_pool_put_page() 925 unsigned int dma_sync_size, bool allow_direct) in page_pool_put_unrefed_netmem() argument 930 netmem = __page_pool_put_page(pool, netmem, dma_sync_size, in page_pool_put_unrefed_netmem() 941 unsigned int dma_sync_size, bool allow_direct) in page_pool_put_unrefed_page() argument [all …]
|
| /linux/include/net/page_pool/ |
| H A D | types.h | 302 unsigned int dma_sync_size, 305 unsigned int dma_sync_size,
|
| /linux/Documentation/networking/ |
| H A D | page_pool.rst | 94 the ``dma_sync_size`` argument specifies how much of the buffer needs 98 pass -1 as ``dma_sync_size``. That combination of arguments is always
|