Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h155 #define IXGBEVF_SKB_PAD (NET_SKB_PAD + NET_IP_ALIGN) macro
158 (SKB_WITH_OVERHEAD(IXGBEVF_RXBUFFER_2048) - IXGBEVF_SKB_PAD)
H A Dixgbevf_main.c601 return ring_uses_build_skb(rx_ring) ? IXGBEVF_SKB_PAD : 0; in ixgbevf_rx_offset()
836 SKB_DATA_ALIGN(IXGBEVF_SKB_PAD + size) : in ixgbevf_add_rx_frag()
1096 SKB_DATA_ALIGN(IXGBEVF_SKB_PAD + size) + in ixgbevf_rx_frame_truesize()