Home
last modified time | relevance | path

Searched refs:E1000_TXD_CMD_VLE (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000x_common.h59 return ((txd_lower & E1000_TXD_CMD_VLE) != 0); in e1000x_is_vlan_txd()
H A De1000x_regs.h730 #define E1000_TXD_CMD_VLE 0x40000000 /* Add VLAN tag */ macro
H A Digb_core.c661 !!(tx->first_cmd_type_len & E1000_TXD_CMD_VLE)); in igb_process_tx_desc()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h275 #define E1000_TXD_CMD_VLE 0x40000000 /* Add VLAN tag */ macro
H A Dnetdev.c5665 txd_lower |= E1000_TXD_CMD_VLE; in e1000_tx_queue()
/openbmc/u-boot/drivers/net/
H A De1000.h558 #define E1000_TXD_CMD_VLE 0x40000000 /* Add VLAN tag */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h643 #define E1000_TXD_CMD_VLE 0x40000000 /* Add VLAN tag */ macro
H A De1000_main.c2992 txd_lower |= E1000_TXD_CMD_VLE; in e1000_tx_queue()