Home
last modified time | relevance | path

Searched refs:E1000_TXD_CMD_EOP (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Digb-test.c63 E1000_TXD_CMD_EOP | in igb_send_verify()
H A De1000e-test.c59 E1000_TXD_CMD_EOP | in e1000e_send_verify()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h269 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
H A Dethtool.c1248 tx_desc->lower.data |= cpu_to_le32(E1000_TXD_CMD_EOP | in e1000_setup_desc_rings()
H A Dnetdev.c2989 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; in e1000_configure_tx()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h297 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
/openbmc/qemu/hw/net/
H A De1000x_regs.h724 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
H A De1000.c675 (tp->cptse || txd_lower & E1000_TXD_CMD_EOP)) { in process_tx_desc()
717 if (!(txd_lower & E1000_TXD_CMD_EOP)) in process_tx_desc()
H A De1000e_core.c698 bool eop = txd_lower & E1000_TXD_CMD_EOP; in e1000e_process_tx_desc()
H A Digb_core.c656 if (cmd_type_len & E1000_TXD_CMD_EOP) { in igb_process_tx_desc()
/openbmc/u-boot/drivers/net/
H A De1000.h552 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
H A De1000.c5234 hw->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; in e1000_configure_tx()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1035 tx_desc->lower.data |= cpu_to_le32(E1000_TXD_CMD_EOP | in e1000_setup_desc_rings()
H A De1000_hw.h637 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
H A De1000_main.c1659 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS; in e1000_configure_tx()