Home
last modified time | relevance | path

Searched refs:e1000_power_up_phy_copper (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.h97 void e1000_power_up_phy_copper(struct e1000_hw *hw);
H A De1000_82540.c86 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82540()
H A De1000_82541.c107 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82541()
H A De1000_82543.c95 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82543()
H A De1000_80003es2lan.c100 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_80003es2lan()
H A De1000_82571.c114 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82571()
H A De1000_ich8lan.c482 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_pchlan()
578 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_ich8lan()
H A De1000_82575.c180 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82575()
H A De1000_phy.c3492 void e1000_power_up_phy_copper(struct e1000_hw *hw) in e1000_power_up_phy_copper() function