Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_mac.c812 E1000_WRITE_REG(hw, E1000_TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_fiber_link_generic()
832 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_fiber_link_generic()
877 E1000_WRITE_REG(hw, E1000_TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_serdes_link_generic()
897 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_serdes_link_generic()
1068 u32 txcw; in e1000_commit_fc_settings_generic() local
1091 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_commit_fc_settings_generic()
1101 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
1107 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_commit_fc_settings_generic()
1113 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
1121 E1000_WRITE_REG(hw, E1000_TXCW, txcw); in e1000_commit_fc_settings_generic()
[all …]
H A De1000_82571.c1535 u32 txcw; in e1000_check_for_serdes_link_82571() local
1573 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_serdes_link_82571()
1608 (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_serdes_link_82571()
1632 E1000_WRITE_REG(hw, E1000_TXCW, mac->txcw); in e1000_check_for_serdes_link_82571()
1668 txcw = E1000_READ_REG(hw, E1000_TXCW); in e1000_check_for_serdes_link_82571()
1669 txcw |= E1000_TXCW_ANE; in e1000_check_for_serdes_link_82571()
1670 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.h839 u32 txcw; member