Home
last modified time | relevance | path

Searched refs:E1000_TCTL_MULR (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_defines.h417 #define E1000_TCTL_MULR 0x10000000 /* Multiple request support */ macro
H A De1000_80003es2lan.c1006 if (E1000_READ_REG(hw, E1000_TCTL) & E1000_TCTL_MULR) in e1000_initialize_hw_bits_80003es2lan()
H A De1000_82571.c1310 if (E1000_READ_REG(hw, E1000_TCTL) & E1000_TCTL_MULR) in e1000_initialize_hw_bits_82571()
H A De1000_ich8lan.c4412 if (E1000_READ_REG(hw, E1000_TCTL) & E1000_TCTL_MULR) in e1000_initialize_hw_bits_ich8lan()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c948 reg_tctl |= E1000_TCTL_MULR; in e1000g_tx_setup()