Home
last modified time | relevance | path

Searched refs:IGB_TX_FLAGS_VLAN_SHIFT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/net/
H A Digb_regs.h151 #define IGB_TX_FLAGS_VLAN_SHIFT 16 macro
H A Digb_core.c660 tx->ctx[idx].vlan_macip_lens >> IGB_TX_FLAGS_VLAN_SHIFT, in igb_process_tx_desc()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h232 #define IGB_TX_FLAGS_VLAN_SHIFT 16 macro
H A Digb_main.c6522 tx_flags |= (skb_vlan_tag_get(skb) << IGB_TX_FLAGS_VLAN_SHIFT); in igb_xmit_frame_ring()