| /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 | 30 * page_pool_params.slow.queue_idx. 62 * struct page_pool_params - page pool parameters 78 struct page_pool_params { struct 262 struct page_pool *page_pool_create(const struct page_pool_params *params); 263 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 | 13132 struct page_pool_params page_pool_params = { in net_page_pool_create() local 13140 pp_ptr = page_pool_create_percpu(&page_pool_params, cpuid); in net_page_pool_create()
|
| /linux/drivers/net/ethernet/microchip/sparx5/lan969x/ |
| H A D | lan969x_fdma.c | 156 struct page_pool_params pp_params = { in lan969x_fdma_rx_alloc()
|
| /linux/drivers/net/ethernet/huawei/hinic3/ |
| H A D | hinic3_rx.c | 415 struct page_pool_params pp_params = {}; in hinic3_alloc_rxqs_res()
|
| /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/ |
| H A D | veth.c | 1009 struct page_pool_params pp_params = { in veth_create_page_pool()
|
| H A D | xen-netfront.c | 2169 struct page_pool_params pp_params = { in xennet_create_page_pool()
|
| /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/realtek/rtase/ |
| H A D | rtase_main.c | 624 struct page_pool_params pp_params = { 0 }; in rtase_init_ring()
|
| /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/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/engleder/ |
| H A D | tsnep_main.c | 987 struct page_pool_params pp_params = { 0 }; in tsnep_rx_ring_create()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_netdev.c | 566 struct page_pool_params pp = { 0 }; in bnge_alloc_rx_page_pool()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 1554 struct page_pool_params pp_params = { in fbnic_alloc_qt_page_pools()
|
| /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/wangxun/libwx/ |
| H A D | wx_lib.c | 2798 struct page_pool_params pp_params = { in wx_alloc_page_pool()
|