/linux-6.14.4/drivers/net/ethernet/intel/libeth/ |
D | rx.c | 17 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/ |
D | types.h | 74 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/ |
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-6.14.4/net/core/ |
D | page_pool.c | 191 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()
|
D | dev.c | 12510 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/ |
D | gve_buffer_mgmt_dqo.c | 242 struct page_pool_params pp = { in gve_rx_create_page_pool()
|
/linux-6.14.4/drivers/net/ethernet/microchip/sparx5/lan969x/ |
D | lan969x_fdma.c | 156 struct page_pool_params pp_params = { in lan969x_fdma_rx_alloc()
|
/linux-6.14.4/drivers/net/netdevsim/ |
D | netdev.c | 376 struct page_pool_params params = { in nsim_create_page_pool()
|
/linux-6.14.4/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_fdma.c | 78 struct page_pool_params pp_params = { in lan966x_fdma_rx_alloc_page_pool()
|
/linux-6.14.4/drivers/net/ethernet/ti/ |
D | cpsw_priv.c | 1150 struct page_pool_params pp_params = {}; in cpsw_create_page_pool()
|
/linux-6.14.4/net/bpf/ |
D | test_run.c | 165 struct page_pool_params pp_params = { in xdp_test_run_setup()
|
/linux-6.14.4/drivers/net/ethernet/tehuti/ |
D | tn40.c | 132 struct page_pool_params pp = { in tn40_create_rx_ring()
|
/linux-6.14.4/drivers/net/ |
D | veth.c | 967 struct page_pool_params pp_params = { in veth_create_page_pool()
|
D | xen-netfront.c | 2166 struct page_pool_params pp_params = { in xennet_create_page_pool()
|
/linux-6.14.4/drivers/net/ethernet/socionext/ |
D | netsec.c | 1295 struct page_pool_params pp_params = { in netsec_setup_rx_dring()
|
/linux-6.14.4/drivers/net/ethernet/meta/fbnic/ |
D | fbnic_txrx.c | 1137 struct page_pool_params pp_params = { in fbnic_alloc_nv_page_pool()
|
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/ |
D | mac80211.c | 615 struct page_pool_params pp_params = { in mt76_create_page_pool()
|
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_common.c | 1421 struct page_pool_params pp_params = { 0 }; in otx2_pool_init()
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 995 struct page_pool_params pp_params = {}; in mlxsw_pci_cq_page_pool_init()
|
/linux-6.14.4/drivers/net/ethernet/realtek/rtase/ |
D | rtase_main.c | 617 struct page_pool_params pp_params = { 0 }; in rtase_init_ring()
|
/linux-6.14.4/drivers/net/ethernet/wangxun/libwx/ |
D | wx_lib.c | 2441 struct page_pool_params pp_params = { in wx_alloc_page_pool()
|
/linux-6.14.4/drivers/net/ethernet/engleder/ |
D | tsnep_main.c | 980 struct page_pool_params pp_params = { 0 }; in tsnep_rx_ring_create()
|
/linux-6.14.4/drivers/net/ethernet/microsoft/mana/ |
D | mana_en.c | 2211 struct page_pool_params pprm = {}; in mana_create_page_pool()
|
/linux-6.14.4/drivers/net/ethernet/renesas/ |
D | ravb_main.c | 422 struct page_pool_params params = { in ravb_ring_init()
|
/linux-6.14.4/drivers/net/ethernet/mediatek/ |
D | airoha_eth.c | 1647 const struct page_pool_params pp_params = { in airoha_qdma_init_rx_queue()
|