Home
last modified time | relevance | path

Searched refs:I40E_SKB_PAD (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h171 #define I40E_SKB_PAD i40e_skb_pad() macro
174 #define I40E_SKB_PAD (NET_SKB_PAD + NET_IP_ALIGN) macro
Di40e_txrx.c1507 return ring_uses_build_skb(rx_ring) ? I40E_SKB_PAD : 0; in i40e_rx_offset()