Searched refs:e1000_check_for_link (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h65 s32 e1000_check_for_link(struct e1000_hw *hw);
H A De1000_api.c590 * e1000_check_for_link - Check/Store link connection
597 s32 e1000_check_for_link(struct e1000_hw *hw) function
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c107 static int e1000_check_for_link(struct e1000_hw *hw);
1516 * e1000_check_for_link. This routine will force the link up if
1520 if((ret_val = e1000_check_for_link(hw))) {
2400 e1000_check_for_link(struct e1000_hw *hw) function
2411 DEBUGFUNC("e1000_check_for_link");
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3166 * false until the e1000_check_for_link establishes link only
3172 (void) e1000_check_for_link(hw);
3179 (void) e1000_check_for_link(hw);
3183 (void) e1000_check_for_link(hw);
4062 * e1000_check_for_link() to look at phy
4145 * e1000_check_for_link() to look at phy
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1698 * false until the e1000_check_for_link establishes link only
1710 (void) e1000_check_for_link(hw);
1722 (void) e1000_check_for_link(hw);
1727 (void) e1000_check_for_link(hw);
2450 * e1000_check_for_link() to look at phy

Completed in 70 milliseconds