Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc.h430 #define IGC_SKB_PAD (NET_SKB_PAD + NET_IP_ALIGN) macro
434 (SKB_WITH_OVERHEAD(IGC_RXBUFFER_2048) - IGC_SKB_PAD - IGC_TS_HDR_LEN)
H A Digc_main.c1899 SKB_DATA_ALIGN(IGC_SKB_PAD + size) : in igc_get_rx_frame_truesize()
1925 SKB_DATA_ALIGN(IGC_SKB_PAD + size) : in igc_add_rx_frag()
2168 return IGC_SKB_PAD; in igc_rx_offset()