Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/vm/
Dpage_frags.rst30 used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c245 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, in i40e_construct_skb_zc()
Di40e_txrx.c2023 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, in i40e_construct_skb()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c206 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, in ixgbe_construct_skb_zc()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_xsk.c486 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, datasize_hard, in ice_construct_skb_zc()
Dice_txrx.c976 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, ICE_RX_HDR_SIZE, in ice_construct_skb()
/Linux-v5.10/include/linux/
Dskbuff.h2865 struct sk_buff *__napi_alloc_skb(struct napi_struct *napi,
2870 return __napi_alloc_skb(napi, length, GFP_ATOMIC); in napi_alloc_skb()
/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c1315 skb = __napi_alloc_skb(&rx_ring->q_vector->napi, in iavf_construct_skb()
/Linux-v5.10/net/core/
Dskbuff.c496 struct sk_buff *__napi_alloc_skb(struct napi_struct *napi, unsigned int len, in __napi_alloc_skb() function
540 EXPORT_SYMBOL(__napi_alloc_skb);