Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Dhwbm.c29 buf = netdev_alloc_frag(frag_size); in hwbm_pool_refill()
Dskbuff.c394 void *netdev_alloc_frag(unsigned int fragsz) in netdev_alloc_frag() function
410 EXPORT_SYMBOL(netdev_alloc_frag);
/Linux-v5.10/Documentation/vm/
Dpage_frags.rst29 netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
/Linux-v5.10/drivers/net/ethernet/hisilicon/
Dhip04_eth.c626 buf = netdev_alloc_frag(priv->rx_buf_size); in hip04_rx_poll()
864 priv->rx_buf[i] = netdev_alloc_frag(priv->rx_buf_size); in hip04_alloc_ring()
/Linux-v5.10/drivers/net/ethernet/aurora/
Dnb8800.c198 data = napi ? napi_alloc_frag(size) : netdev_alloc_frag(size); in nb8800_alloc_rx()
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dbgmac.c342 buf = netdev_alloc_frag(BGMAC_RX_ALLOC_SIZE); in bgmac_dma_rx_skb_for_slot()
/Linux-v5.10/drivers/net/ethernet/atheros/
Dag71xx.c1308 netdev_alloc_frag)) { in ag71xx_ring_rx_init()
/Linux-v5.10/drivers/net/ethernet/ti/
Dnetcp_core.c876 bufptr = netdev_alloc_frag(primary_buf_len); in netcp_allocate_rx_buf()
/Linux-v5.10/include/linux/
Dskbuff.h2805 void *netdev_alloc_frag(unsigned int fragsz);
/Linux-v5.10/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c1682 ring->data[i] = netdev_alloc_frag(ring->frag_size); in mtk_rx_alloc()
/Linux-v5.10/drivers/net/
Dtun.c1430 frag = netdev_alloc_frag(fragsz); in tun_napi_alloc_frags()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c1376 frag = netdev_alloc_frag(dp->fl_bufsz); in nfp_net_rx_alloc_one()
/Linux-v5.10/drivers/net/ethernet/intel/e1000/
De1000_main.c2071 u8 *data = netdev_alloc_frag(len); in e1000_alloc_frag()
/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c357 return netdev_alloc_frag(pool->frag_size); in mvpp2_frag_alloc()