Home
last modified time | relevance | path

Searched refs:page_pool_params (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.14.4/drivers/net/ethernet/intel/libeth/
Drx.c17 static u32 libeth_rx_hw_len_mtu(const struct page_pool_params *pp, u32 max_len) in libeth_rx_hw_len_mtu()
39 static u32 libeth_rx_hw_len_truesize(const struct page_pool_params *pp, in libeth_rx_hw_len_truesize()
69 struct page_pool_params *pp) in libeth_rx_page_pool_params()
113 struct page_pool_params *pp) in libeth_rx_page_pool_params_zc()
150 struct page_pool_params pp = { in libeth_rx_fq_create()
/linux-6.14.4/include/net/page_pool/
Dtypes.h74 struct page_pool_params { struct
251 struct page_pool *page_pool_create(const struct page_pool_params *params);
252 struct page_pool *page_pool_create_percpu(const struct page_pool_params *params,
/linux-6.14.4/Documentation/networking/
Dpage_pool.rst62 :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-6.14.4/net/core/
Dpage_pool.c191 const struct page_pool_params *params, in page_pool_init()
334 page_pool_create_percpu(const struct page_pool_params *params, int cpuid) in page_pool_create_percpu()
366 struct page_pool *page_pool_create(const struct page_pool_params *params) in page_pool_create()
Ddev.c12510 struct page_pool_params page_pool_params = { in net_page_pool_create() local
12518 pp_ptr = page_pool_create_percpu(&page_pool_params, cpuid); in net_page_pool_create()
/linux-6.14.4/drivers/net/ethernet/google/gve/
Dgve_buffer_mgmt_dqo.c242 struct page_pool_params pp = { in gve_rx_create_page_pool()
/linux-6.14.4/drivers/net/ethernet/microchip/sparx5/lan969x/
Dlan969x_fdma.c156 struct page_pool_params pp_params = { in lan969x_fdma_rx_alloc()
/linux-6.14.4/drivers/net/netdevsim/
Dnetdev.c376 struct page_pool_params params = { in nsim_create_page_pool()
/linux-6.14.4/drivers/net/ethernet/microchip/lan966x/
Dlan966x_fdma.c78 struct page_pool_params pp_params = { in lan966x_fdma_rx_alloc_page_pool()
/linux-6.14.4/drivers/net/ethernet/ti/
Dcpsw_priv.c1150 struct page_pool_params pp_params = {}; in cpsw_create_page_pool()
/linux-6.14.4/net/bpf/
Dtest_run.c165 struct page_pool_params pp_params = { in xdp_test_run_setup()
/linux-6.14.4/drivers/net/ethernet/tehuti/
Dtn40.c132 struct page_pool_params pp = { in tn40_create_rx_ring()
/linux-6.14.4/drivers/net/
Dveth.c967 struct page_pool_params pp_params = { in veth_create_page_pool()
Dxen-netfront.c2166 struct page_pool_params pp_params = { in xennet_create_page_pool()
/linux-6.14.4/drivers/net/ethernet/socionext/
Dnetsec.c1295 struct page_pool_params pp_params = { in netsec_setup_rx_dring()
/linux-6.14.4/drivers/net/ethernet/meta/fbnic/
Dfbnic_txrx.c1137 struct page_pool_params pp_params = { in fbnic_alloc_nv_page_pool()
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/
Dmac80211.c615 struct page_pool_params pp_params = { in mt76_create_page_pool()
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c1421 struct page_pool_params pp_params = { 0 }; in otx2_pool_init()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/
Dpci.c995 struct page_pool_params pp_params = {}; in mlxsw_pci_cq_page_pool_init()
/linux-6.14.4/drivers/net/ethernet/realtek/rtase/
Drtase_main.c617 struct page_pool_params pp_params = { 0 }; in rtase_init_ring()
/linux-6.14.4/drivers/net/ethernet/wangxun/libwx/
Dwx_lib.c2441 struct page_pool_params pp_params = { in wx_alloc_page_pool()
/linux-6.14.4/drivers/net/ethernet/engleder/
Dtsnep_main.c980 struct page_pool_params pp_params = { 0 }; in tsnep_rx_ring_create()
/linux-6.14.4/drivers/net/ethernet/microsoft/mana/
Dmana_en.c2211 struct page_pool_params pprm = {}; in mana_create_page_pool()
/linux-6.14.4/drivers/net/ethernet/renesas/
Dravb_main.c422 struct page_pool_params params = { in ravb_ring_init()
/linux-6.14.4/drivers/net/ethernet/mediatek/
Dairoha_eth.c1647 const struct page_pool_params pp_params = { in airoha_qdma_init_rx_queue()

12