Searched refs:e1000_wait_autoneg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c108 static int e1000_wait_autoneg(struct e1000_hw *hw);
1824 if((ret_val = e1000_wait_autoneg(hw))) {
1833 if((ret_val = e1000_wait_autoneg(hw))) {
2639 e1000_wait_autoneg(struct e1000_hw *hw) function
2645 DEBUGFUNC("e1000_wait_autoneg");
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c37 static s32 e1000_wait_autoneg(struct e1000_hw *hw);
1666 ret_val = e1000_wait_autoneg(hw);
2304 * e1000_wait_autoneg - Wait for auto-neg completion
2310 static s32 e1000_wait_autoneg(struct e1000_hw *hw) function
2315 DEBUGFUNC("e1000_wait_autoneg");

Completed in 70 milliseconds