Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h646 #define IGC_ADVTXD_TUCMD_IPV4 0x00000400 /* IP Packet Type:1=IPv4 */ macro
H A Digc_main.c1499 type_tucmd |= IGC_ADVTXD_TUCMD_IPV4; in igc_tso()