Home
last modified time | relevance | path

Searched refs:E1000_TXD_CMD_DEXT (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c701 E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D; in e1000g_fill_tx_ring()
746 E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D; in e1000g_fill_tx_ring()
809 E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D | in e1000g_fill_tx_ring()
1506 context_desc->cmd_and_length = E1000_TXD_CMD_DEXT in e1000g_fill_context_descriptor()
1510 context_desc->cmd_and_length = E1000_TXD_CMD_DEXT in e1000g_fill_context_descriptor()
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h401 #define E1000_TXD_CMD_DEXT 0x20000000 /* Desc extension (0 = legacy) */ macro
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h432 #define E1000_TXD_CMD_DEXT 0x20000000 /* Descriptor extension (0 = legacy) */ macro