Home
last modified time | relevance | path

Searched refs:e1000_phy_setup_autoneg (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.h53 s32 e1000_phy_setup_autoneg(struct e1000_hw *hw);
H A De1000_phy.c1471 s32 e1000_phy_setup_autoneg(struct e1000_hw *hw) in e1000_phy_setup_autoneg() function
1644 ret_val = e1000_phy_setup_autoneg(hw); in e1000_copper_link_autoneg()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c103 static int e1000_phy_setup_autoneg(struct e1000_hw *hw);
1803 if((ret_val = e1000_phy_setup_autoneg(hw))) {
1894 e1000_phy_setup_autoneg(struct e1000_hw *hw) function
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c5111 if (!e1000_phy_setup_autoneg(hw) && in e1000g_smartspeed()
5144 if (!e1000_phy_setup_autoneg(hw) && in e1000g_smartspeed()