Home
last modified time | relevance | path

Searched refs:IGC_TXCW_ANE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_mac.c775 IGC_WRITE_REG(hw, IGC_TXCW, (mac->txcw & ~IGC_TXCW_ANE)); in igc_check_for_fiber_link_generic()
840 IGC_WRITE_REG(hw, IGC_TXCW, (mac->txcw & ~IGC_TXCW_ANE)); in igc_check_for_serdes_link_generic()
864 } else if (!(IGC_TXCW_ANE & IGC_READ_REG(hw, IGC_TXCW))) { in igc_check_for_serdes_link_generic()
883 if (IGC_TXCW_ANE & IGC_READ_REG(hw, IGC_TXCW)) { in igc_check_for_serdes_link_generic()
1050 txcw = (IGC_TXCW_ANE | IGC_TXCW_FD); in igc_commit_fc_settings_generic()
1060 txcw = (IGC_TXCW_ANE | IGC_TXCW_FD | IGC_TXCW_PAUSE_MASK); in igc_commit_fc_settings_generic()
1066 txcw = (IGC_TXCW_ANE | IGC_TXCW_FD | IGC_TXCW_ASM_DIR); in igc_commit_fc_settings_generic()
1072 txcw = (IGC_TXCW_ANE | IGC_TXCW_FD | IGC_TXCW_PAUSE_MASK); in igc_commit_fc_settings_generic()
H A Digc_defines.h732 #define IGC_TXCW_ANE 0x80000000 /* Auto-neg enable */ macro