Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h166 #define I40E_SKB_PAD i40e_skb_pad() macro
169 #define I40E_SKB_PAD (NET_SKB_PAD + NET_IP_ALIGN) macro
H A Di40e_main.c3589 return ring_uses_build_skb(rx_ring) ? I40E_SKB_PAD : 0; in i40e_rx_offset()