Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc.h444 #define IGC_TX_FLAGS_VLAN_SHIFT 16 macro
H A Digc_main.c1659 tx_flags |= (skb_vlan_tag_get(skb) << IGC_TX_FLAGS_VLAN_SHIFT); in igc_xmit_frame_ring()