Home
last modified time | relevance | path

Searched refs:e1000_setup_link (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h68 s32 e1000_setup_link(struct e1000_hw *hw);
H A De1000_api.c744 s32 e1000_setup_link(struct e1000_hw *hw) in e1000_setup_link() function
1410 e1000_setup_link(hw); in e1000_power_up_phy()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c100 static int e1000_setup_link(struct e1000_hw *hw);
1202 ret_val = e1000_setup_link(hw);
1275 e1000_setup_link(struct e1000_hw *hw) function
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3189 if (e1000_setup_link(&igb->hw) != E1000_SUCCESS) in igb_setup_link()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4577 return (e1000_setup_link(&Adapter->shared)); in e1000g_reset_link()