Home
last modified time | relevance | path

Searched refs:power_up (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_api.c699 if (hw->phy.ops.power_up) in igc_power_up_phy()
700 hw->phy.ops.power_up(hw); in igc_power_up_phy()
H A Digc_hw.h397 void (*power_up)(struct igc_hw *); member
H A Digc_phy.c39 phy->ops.power_up = igc_null_phy_generic; in igc_init_phy_ops_generic()
H A Digc_i225.c145 phy->ops.power_up = igc_power_up_phy_copper; in igc_init_phy_params_i225()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.c1407 if (hw->phy.ops.power_up) in e1000_power_up_phy()
1408 hw->phy.ops.power_up(hw); in e1000_power_up_phy()
H A De1000_82540.c86 phy->ops.power_up = e1000_power_up_phy_copper; in e1000_init_phy_params_82540()
H A De1000_hw.h834 void (*power_up)(struct e1000_hw *); member
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.c96 phy->ops.power_up = e1000_null_phy_generic; in e1000_init_phy_ops_generic()