Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/translations/zh_CN/mm/
Dpage_frags.rst27 netdev_alloc_frag和__netdev_alloc_skb调用的调用者使用。napi_alloc_cache
/Linux-v6.6/net/core/
Dhwbm.c29 buf = netdev_alloc_frag(frag_size); in hwbm_pool_refill()
/Linux-v6.6/Documentation/mm/
Dpage_frags.rst27 netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
/Linux-v6.6/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-v6.6/drivers/net/ethernet/netronome/nfp/
Dnfp_net_dp.c22 frag = netdev_alloc_frag(dp->fl_bufsz); in nfp_net_rx_alloc_one()
/Linux-v6.6/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-v6.6/drivers/net/wwan/t7xx/
Dt7xx_hif_dpmaif_rx.c348 data = netdev_alloc_frag(bat_req->pkt_buf_sz); in t7xx_dpmaif_rx_frag_alloc()
/Linux-v6.6/drivers/net/ethernet/microsoft/mana/
Dmana_en.c636 va = netdev_alloc_frag(mpc->rxbpre_alloc_size); in mana_pre_alloc_rxbufs()
1618 va = netdev_alloc_frag(rxq->alloc_size); in mana_get_rxfrag()
/Linux-v6.6/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-v6.6/drivers/net/ethernet/atheros/
Dag71xx.c1265 netdev_alloc_frag)) { in ag71xx_ring_rx_init()
/Linux-v6.6/drivers/net/ethernet/ti/
Dnetcp_core.c875 bufptr = netdev_alloc_frag(primary_buf_len); in netcp_allocate_rx_buf()
/Linux-v6.6/drivers/net/
Dtun.c1498 frag = netdev_alloc_frag(fragsz); in tun_napi_alloc_frags()
/Linux-v6.6/include/linux/
Dskbuff.h3194 static inline void *netdev_alloc_frag(unsigned int fragsz) in netdev_alloc_frag() function
/Linux-v6.6/drivers/net/ethernet/intel/e1000/
De1000_main.c2072 u8 *data = netdev_alloc_frag(len); in e1000_alloc_frag()
/Linux-v6.6/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.c2661 data = netdev_alloc_frag(ring->frag_size); in mtk_rx_alloc()
/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c367 return netdev_alloc_frag(pool->frag_size); in mvpp2_frag_alloc()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c789 data = netdev_alloc_frag(bp->rx_buf_size); in __bnxt_alloc_rx_frag()