Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h124 #define IXGBE_SKB_PAD ixgbe_skb_pad() macro
126 #define IXGBE_SKB_PAD (NET_SKB_PAD + NET_IP_ALIGN) macro
H A Dixgbe_main.c1520 return ring_uses_build_skb(rx_ring) ? IXGBE_SKB_PAD : 0; in ixgbe_rx_offset()