Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c849 first_data_desc->lower.data |= E1000_TXD_CMD_IFCS; in e1000g_fill_tx_ring()
851 descriptor->lower.data |= E1000_TXD_CMD_IFCS; in e1000g_fill_tx_ring()
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_defines.h394 #define E1000_TXD_CMD_IFCS 0x02000000 /* Insert FCS (Ethernet CRC) */ macro
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h428 #define E1000_TXD_CMD_IFCS 0x02000000 /* Insert FCS (Ethernet CRC) */ macro
H A De1000.c3491 txp->lower.data = E1000_TXD_CMD_RPS | E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS | size;