Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c842 E1000_TXD_CMD_EOP; in e1000g_fill_tx_ring()
844 descriptor->lower.data |= E1000_TXD_CMD_EOP; in e1000g_fill_tx_ring()
1665 eop = tx_desc->lower.data & E1000_TXD_CMD_EOP; in e1000g_82547_tx_move_tail_work()
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h396 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h427 #define E1000_TXD_CMD_EOP 0x01000000 /* End of Packet */ macro
H A De1000.c3491 txp->lower.data = E1000_TXD_CMD_RPS | E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS | size;