Home
last modified time | relevance | path

Searched refs:__napi_alloc_skb (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dpage_frags.rst28 被调用__napi_alloc_frag和__napi_alloc_skb的调用者使用。这两个调用的主要区别是
/openbmc/linux/Documentation/mm/
H A Dpage_frags.rst28 used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c223 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, totalsize, in ixgbe_construct_skb_zc()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c304 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, totalsize, in i40e_construct_skb_zc()
H A Di40e_txrx.c2159 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, in i40e_construct_skb()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_xsk.c570 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, totalsize, in ice_construct_skb_zc()
H A Dice_txrx.c1021 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, ICE_RX_HDR_SIZE, in ice_construct_skb()
/openbmc/linux/include/linux/
H A Dskbuff.h3298 struct sk_buff *__napi_alloc_skb(struct napi_struct *napi,
3303 return __napi_alloc_skb(napi, length, GFP_ATOMIC); in napi_alloc_skb()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c1339 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, in iavf_construct_skb()
/openbmc/linux/net/core/
H A Dskbuff.c772 struct sk_buff *__napi_alloc_skb(struct napi_struct *napi, unsigned int len, in __napi_alloc_skb() function
845 EXPORT_SYMBOL(__napi_alloc_skb);
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c2714 skb = __napi_alloc_skb(&ring->q_vector->napi, totalsize, in igc_construct_skb_zc()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4973 skb = __napi_alloc_skb(&ch->rxtx_napi, in stmmac_construct_skb_zc()