Home
last modified time | relevance | path

Searched refs:txcw (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c805 E1000_WRITE_REG(hw, E1000_TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_fiber_link_generic()
825 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_fiber_link_generic()
870 E1000_WRITE_REG(hw, E1000_TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_serdes_link_generic()
890 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_serdes_link_generic()
1061 u32 txcw; in e1000_commit_fc_settings_generic() local
1084 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_commit_fc_settings_generic()
1094 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
1100 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_commit_fc_settings_generic()
1106 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
1114 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000_commit_fc_settings_generic()
[all …]
H A De1000_82571.c1656 u32 txcw; in e1000_check_for_serdes_link_82571() local
1694 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_serdes_link_82571()
1729 (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_serdes_link_82571()
1753 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_serdes_link_82571()
1789 txcw = E1000_READ_REG(hw, E1000_TXCW); in e1000_check_for_serdes_link_82571()
1790 txcw |= E1000_TXCW_ANE; in e1000_check_for_serdes_link_82571()
1791 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000_check_for_serdes_link_82571()
H A De1000_82543.c1365 E1000_WRITE_REG(hw, E1000_TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_fiber_link_82543()
1386 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_fiber_link_82543()
H A De1000_hw.h866 u32 txcw; member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1407 uint32_t txcw = 0; local
1456 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD);
1465 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK);
1471 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR);
1475 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK);
1491 E1000_WRITE_REG(hw, TXCW, txcw);
1495 hw->txcw = txcw;
2542 E1000_WRITE_REG(hw, TXCW, (hw->txcw & ~E1000_TXCW_ANE));
2565 E1000_WRITE_REG(hw, TXCW, hw->txcw);
H A De1000_hw.h920 uint32_t txcw; member
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5682 uint32_t txcw; in e1000g_set_internal_loopback() local
5809 txcw = E1000_READ_REG(hw, E1000_TXCW); in e1000g_set_internal_loopback()
5810 txcw &= ~((uint32_t)1 << 31); in e1000g_set_internal_loopback()
5811 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000g_set_internal_loopback()
5853 uint32_t txcw; in e1000g_set_external_loopback_1000() local
5923 txcw = E1000_READ_REG(hw, E1000_TXCW); in e1000g_set_external_loopback_1000()
5924 txcw &= ~((uint32_t)1 << 31); in e1000g_set_external_loopback_1000()
5925 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000g_set_external_loopback_1000()