Searched refs:E1000_CTRL_ILOS (Results 1 – 2 of 2) sorted by relevance
2010 if ((hw->mac_type > e1000_82544) && !(ctrl & E1000_CTRL_ILOS)) in e1000_setup_fiber_link()3322 ctrl &= ~(E1000_CTRL_ILOS); in e1000_config_mac_to_phy()3662 if ((hw->mac_type > e1000_82544) && !(ctrl & E1000_CTRL_ILOS)) in e1000_check_for_link()
1170 #define E1000_CTRL_ILOS 0x00000080 /* Invert Loss-Of Signal */ macro