Home
last modified time | relevance | path

Searched refs:netdev_alloc_frag (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/net/core/
Dhwbm.c29 buf = netdev_alloc_frag(frag_size); in hwbm_pool_refill()
/Linux-v5.15/Documentation/vm/
Dpage_frags.rst29 netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
/Linux-v5.15/drivers/net/ethernet/hisilicon/
Dhip04_eth.c626 buf = netdev_alloc_frag(priv->rx_buf_size); in hip04_rx_poll()
868 priv->rx_buf[i] = netdev_alloc_frag(priv->rx_buf_size); in hip04_alloc_ring()
/Linux-v5.15/drivers/net/ethernet/broadcom/
Dbgmac.c342 buf = netdev_alloc_frag(BGMAC_RX_ALLOC_SIZE); in bgmac_dma_rx_skb_for_slot()
Dbcm63xx_enet.c243 buf = netdev_alloc_frag(priv->rx_frag_size); in bcm_enet_refill_rx()
/Linux-v5.15/drivers/net/ethernet/atheros/
Dag71xx.c1318 netdev_alloc_frag)) { in ag71xx_ring_rx_init()
/Linux-v5.15/drivers/net/ethernet/ti/
Dnetcp_core.c876 bufptr = netdev_alloc_frag(primary_buf_len); in netcp_allocate_rx_buf()
/Linux-v5.15/include/linux/
Dskbuff.h2846 static inline void *netdev_alloc_frag(unsigned int fragsz) in netdev_alloc_frag() function
/Linux-v5.15/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1721 ring->data[i] = netdev_alloc_frag(ring->frag_size); in mtk_rx_alloc()
/Linux-v5.15/drivers/net/
Dtun.c1405 frag = netdev_alloc_frag(fragsz); in tun_napi_alloc_frags()
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c1382 frag = netdev_alloc_frag(dp->fl_bufsz); in nfp_net_rx_alloc_one()
/Linux-v5.15/drivers/net/ethernet/intel/e1000/
De1000_main.c2071 u8 *data = netdev_alloc_frag(len); in e1000_alloc_frag()
/Linux-v5.15/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c367 return netdev_alloc_frag(pool->frag_size); in mvpp2_frag_alloc()