Symbol: page_pool
sys/compat/linuxkpi/common/include/net/netmem.h
10
struct page_pool;
sys/compat/linuxkpi/common/include/net/netmem.h
13
struct page_pool *pp;
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
19
struct page_pool *linuxkpi_page_pool_create(const struct page_pool_params *);
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
20
void linuxkpi_page_pool_destroy(struct page_pool *);
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
22
struct page *linuxkpi_page_pool_dev_alloc_frag(struct page_pool *,
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
24
void linuxkpi_page_pool_put_full_page(struct page_pool *, struct page *, bool);
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
28
static inline struct page_pool *
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
35
page_pool_destroy(struct page_pool *pp)
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
42
page_pool_dev_alloc_frag(struct page_pool *pp, uint32_t *offset,
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
49
page_pool_put_full_page(struct page_pool *pp, struct page *page,
sys/compat/linuxkpi/common/include/net/page_pool/helpers.h
62
page_pool_get_dma_dir(const struct page_pool *pp)
sys/compat/linuxkpi/common/include/net/page_pool/types.h
43
struct page *linuxkpi_page_pool_alloc_frag(struct page_pool *, uint32_t *,
sys/compat/linuxkpi/common/include/net/page_pool/types.h
47
page_pool_alloc_frag(struct page_pool *pp, uint32_t *offset,
sys/compat/linuxkpi/common/src/linuxkpi_page_pool.c
124
linuxkpi_page_pool_dev_alloc_frag(struct page_pool *pp, uint32_t *offset,
sys/compat/linuxkpi/common/src/linuxkpi_page_pool.c
134
linuxkpi_page_pool_put_full_page(struct page_pool *pp, struct page *page,
sys/compat/linuxkpi/common/src/linuxkpi_page_pool.c
14
struct page_pool *
sys/compat/linuxkpi/common/src/linuxkpi_page_pool.c
17
struct page_pool *pp;
sys/compat/linuxkpi/common/src/linuxkpi_page_pool.c
63
linuxkpi_page_pool_destroy(struct page_pool *pp)
sys/compat/linuxkpi/common/src/linuxkpi_page_pool.c
71
linuxkpi_page_pool_alloc_frag(struct page_pool *pp, uint32_t *offset,