Home
last modified time | relevance | path

Searched refs:E1000_TCTL_PSP (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_82542.c209 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82542()
H A De1000_82540.c281 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82540()
H A De1000_defines.h416 #define E1000_TCTL_PSP 0x00000008 /* pad short packets */ macro
H A De1000_82541.c306 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82541()
H A De1000_82543.c912 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82543()
H A De1000_80003es2lan.c838 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_80003es2lan()
H A De1000_82575.c1451 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82575()
2491 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82580()
H A De1000_ich8lan.c4960 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_ich8lan()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000.c990 E1000_WRITE_REG(hw, TCTL, E1000_TCTL_PSP);
3392 tctl |= E1000_TCTL_EN | E1000_TCTL_PSP |
3395 tctl = E1000_TCTL_PSP | E1000_TCTL_EN |
H A De1000_hw.h1313 #define E1000_TCTL_PSP 0x00000008 /* pad short packets */ macro
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c941 reg_tctl |= E1000_TCTL_PSP | E1000_TCTL_EN | in e1000g_tx_setup()
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c2393 reg_val |= E1000_TCTL_PSP | E1000_TCTL_RTLC | in igb_setup_tx()