Searched refs:TXGBE_PORTSTAT_UP (Results 1 – 2 of 2) sorted by relevance
1973 if (!(links_reg & TXGBE_PORTSTAT_UP)) { in txgbe_check_mac_link()1983 if (links_reg & TXGBE_PORTSTAT_UP) in txgbe_check_mac_link()3393 if (links_reg & TXGBE_PORTSTAT_UP) in txgbe_setup_mac_link()3397 if (!(links_reg & TXGBE_PORTSTAT_UP)) { in txgbe_setup_mac_link()
1549 #define TXGBE_PORTSTAT_UP MS(0, 0x1) macro