Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000e/
Dmac.c511 ew32(TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000e_check_for_fiber_link()
574 ew32(TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000e_check_for_serdes_link()
598 } else if (!(E1000_TXCW_ANE & er32(TXCW))) { in e1000e_check_for_serdes_link()
617 if (E1000_TXCW_ANE & er32(TXCW)) { in e1000e_check_for_serdes_link()
768 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_commit_fc_settings_generic()
778 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
784 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_commit_fc_settings_generic()
790 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_commit_fc_settings_generic()
Ddefines.h521 #define E1000_TXCW_ANE 0x80000000 /* Auto-neg enable */ macro
D82571.c1587 ew32(TXCW, (mac->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_serdes_link_82571()
1646 txcw |= E1000_TXCW_ANE; in e1000_check_for_serdes_link_82571()
/drivers/net/ethernet/intel/e1000/
De1000_hw.c878 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_setup_fiber_serdes_link()
888 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_setup_fiber_serdes_link()
894 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_setup_fiber_serdes_link()
900 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_setup_fiber_serdes_link()
2317 ew32(TXCW, (hw->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_serdes_link_generic()
2341 } else if (!(E1000_TXCW_ANE & er32(TXCW))) { in e1000_check_for_serdes_link_generic()
2360 if (E1000_TXCW_ANE & er32(TXCW)) { in e1000_check_for_serdes_link_generic()
De1000_hw.h1963 #define E1000_TXCW_ANE 0x80000000 /* Auto-neg enable */ macro