Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/mm/
H A Dpage_frags.rst27 netdev_alloc_frag和__netdev_alloc_skb调用的调用者使用。napi_alloc_cache
/linux/net/core/
H A Dhwbm.c29 buf = netdev_alloc_frag(frag_size); in hwbm_pool_refill()
/linux/Documentation/mm/
H A Dpage_frags.rst27 netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_dp.c22 frag = netdev_alloc_frag(dp->fl_bufsz); in nfp_net_rx_alloc_one()
/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c1249 netdev_alloc_frag)) { in ag71xx_ring_rx_init()
/linux/drivers/net/ethernet/ti/
H A Dnetcp_core.c875 bufptr = netdev_alloc_frag(primary_buf_len); in netcp_allocate_rx_buf()
/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c243 buf = netdev_alloc_frag(priv->rx_frag_size); in bcm_enet_refill_rx()
/linux/include/linux/
H A Dskbuff.h3453 static inline void *netdev_alloc_frag(unsigned int fragsz) in netdev_alloc_frag() function
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c2831 data = netdev_alloc_frag(ring->frag_size); in mtk_rx_alloc()