Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/translations/zh_CN/mm/
Dpage_frags.rst27 netdev_alloc_frag和__netdev_alloc_skb调用的调用者使用。napi_alloc_cache
/linux-6.1.9/net/core/
Dhwbm.c29 buf = netdev_alloc_frag(frag_size); in hwbm_pool_refill()
/linux-6.1.9/Documentation/mm/
Dpage_frags.rst29 netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
/linux-6.1.9/drivers/net/ethernet/
Dlantiq_xrx200.c441 ret = xrx200_alloc_buf(ch_rx, netdev_alloc_frag); in xrx200_change_mtu()
501 ret = xrx200_alloc_buf(ch_rx, netdev_alloc_frag); in xrx200_dma_init()
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/
Dnfp_net_dp.c22 frag = netdev_alloc_frag(dp->fl_bufsz); in nfp_net_rx_alloc_one()
/linux-6.1.9/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-6.1.9/drivers/net/wwan/t7xx/
Dt7xx_hif_dpmaif_rx.c384 data = netdev_alloc_frag(bat_req->pkt_buf_sz); in t7xx_dpmaif_rx_frag_alloc()
/linux-6.1.9/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-6.1.9/drivers/net/ethernet/atheros/
Dag71xx.c1265 netdev_alloc_frag)) { in ag71xx_ring_rx_init()
/linux-6.1.9/drivers/net/ethernet/ti/
Dnetcp_core.c875 bufptr = netdev_alloc_frag(primary_buf_len); in netcp_allocate_rx_buf()
/linux-6.1.9/drivers/net/
Dtun.c1492 frag = netdev_alloc_frag(fragsz); in tun_napi_alloc_frags()
/linux-6.1.9/include/linux/
Dskbuff.h3124 static inline void *netdev_alloc_frag(unsigned int fragsz) in netdev_alloc_frag() function
/linux-6.1.9/drivers/net/ethernet/intel/e1000/
De1000_main.c2072 u8 *data = netdev_alloc_frag(len); in e1000_alloc_frag()
/linux-6.1.9/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c2370 data = netdev_alloc_frag(ring->frag_size); in mtk_rx_alloc()
/linux-6.1.9/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c367 return netdev_alloc_frag(pool->frag_size); in mvpp2_frag_alloc()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c751 data = netdev_alloc_frag(bp->rx_buf_size); in __bnxt_alloc_rx_frag()