| /linux/drivers/net/ethernet/intel/libeth/ |
| H A D | rx.c | 21 static u32 libeth_rx_hw_len_mtu(const struct page_pool_params *pp, u32 max_len) in libeth_rx_hw_len_mtu() 43 static u32 libeth_rx_hw_len_truesize(const struct page_pool_params *pp, in libeth_rx_hw_len_truesize() 73 struct page_pool_params *pp) in libeth_rx_page_pool_params() 117 struct page_pool_params *pp) in libeth_rx_page_pool_params_zc() 154 struct page_pool_params pp = { in libeth_rx_fq_create()
|
| /linux/include/net/page_pool/ |
| H A D | types.h | 78 struct page_pool_params { struct 261 struct page_pool *page_pool_create(const struct page_pool_params *params); 262 struct page_pool *page_pool_create_percpu(const struct page_pool_params *params,
|
| /linux/Documentation/networking/ |
| H A D | page_pool.rst | 62 :identifiers: struct page_pool_params 87 it drivers can set the ``offset`` field in struct page_pool_params 91 use the ``max_len`` member of struct page_pool_params to decide how 133 struct page_pool_params pp_params = { 0 };
|
| /linux/tools/testing/selftests/net/bench/page_pool/ |
| H A D | bench_page_pool_simple.c | 136 struct page_pool_params pp_params = { in time_bench_page_pool()
|
| /linux/net/core/ |
| H A D | page_pool.c | 194 const struct page_pool_params *params, in page_pool_init() 334 * @params: parameters, see struct page_pool_params in page_pool_create_percpu() 338 page_pool_create_percpu(const struct page_pool_params *params, int cpuid) in page_pool_create_percpu() 368 * @params: parameters, see struct page_pool_params in page_pool_create() 370 struct page_pool *page_pool_create(const struct page_pool_params *params) 1251 * can simply set the @napi field in struct page_pool_params, and does not
|
| H A D | dev.c | 13114 struct page_pool_params page_pool_params = { in net_page_pool_create() local 13122 pp_ptr = page_pool_create_percpu(&page_pool_params, cpuid); in net_page_pool_create()
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_fdma.c | 78 struct page_pool_params pp_params = { in lan966x_fdma_rx_alloc_page_pool()
|
| /linux/drivers/net/netdevsim/ |
| H A D | netdev.c | 464 struct page_pool_params params = { in nsim_create_page_pool()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_rx.c | 242 struct page_pool_params pp = {}; in mlx4_en_create_rx_ring()
|
| /linux/drivers/net/ethernet/tehuti/ |
| H A D | tn40.c | 132 struct page_pool_params pp = { in tn40_create_rx_ring()
|
| /linux/net/bpf/ |
| H A D | test_run.c | 154 struct page_pool_params pp_params = { in xdp_test_run_setup()
|
| /linux/drivers/net/ethernet/socionext/ |
| H A D | netsec.c | 1298 struct page_pool_params pp_params = { in netsec_setup_rx_dring()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | pci.c | 995 struct page_pool_params pp_params = {}; in mlxsw_pci_cq_page_pool_init()
|
| /linux/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase_main.c | 624 struct page_pool_params pp_params = { 0 }; in rtase_init_ring()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.c | 1463 struct page_pool_params pp_params = { 0 }; in otx2_pool_aq_init()
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_main.c | 1685 struct page_pool_params pp_params = { in enic_open()
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | ravb_main.c | 422 struct page_pool_params params = { in ravb_ring_init()
|
| /linux/drivers/net/ethernet/airoha/ |
| H A D | airoha_eth.c | 740 const struct page_pool_params pp_params = { in airoha_qdma_init_rx_queue()
|
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_drv.c | 1381 const struct page_pool_params pp_params = { in vmxnet3_create_pp()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 1874 struct page_pool_params pp_params = { in mtk_create_page_pool()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 2133 struct page_pool_params pp_params = { 0 }; in __alloc_dma_rx_desc_resources()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 3825 struct page_pool_params pp = { 0 }; in bnxt_alloc_rx_page_pool()
|