Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c1294 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD); in e1000_setup_fiber_serdes_link()
1303 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_setup_fiber_serdes_link()
1309 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_ASM_DIR); in e1000_setup_fiber_serdes_link()
1313 txcw = (E1000_TXCW_ANE | E1000_TXCW_FD | E1000_TXCW_PAUSE_MASK); in e1000_setup_fiber_serdes_link()
3072 E1000_WRITE_REG(hw, TXCW, (hw->txcw & ~E1000_TXCW_ANE)); in e1000_check_for_link()
3104 !(E1000_TXCW_ANE & E1000_READ_REG(hw, TXCW))) { in e1000_check_for_link()
3118 (E1000_TXCW_ANE & E1000_READ_REG(hw, TXCW))) { in e1000_check_for_link()
De1000_hw.h1999 #define E1000_TXCW_ANE 0x80000000 /* Auto-neg enable */ macro
De1000_main.c2579 !(E1000_READ_REG(&adapter->hw, TXCW) & E1000_TXCW_ANE))