Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_base.c99 if (!(phy->ops.check_reset_block)) in igc_power_down_phy_copper_base()
103 if (phy->ops.check_reset_block(hw)) in igc_power_down_phy_copper_base()
H A Digc_api.c436 if (hw->phy.ops.check_reset_block) in igc_check_reset_block()
437 return hw->phy.ops.check_reset_block(hw); in igc_check_reset_block()
H A Digc_phy.c25 phy->ops.check_reset_block = igc_null_ops_generic; in igc_init_phy_ops_generic()
860 if (phy->ops.check_reset_block) { in igc_phy_hw_reset_generic()
861 ret_val = phy->ops.check_reset_block(hw); in igc_phy_hw_reset_generic()
H A Digc_mac.c535 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in igc_setup_link_generic()
H A Digc_hw.h383 s32 (*check_reset_block)(struct igc_hw *); member
H A Digc_i225.c153 phy->ops.check_reset_block = igc_check_reset_block_generic; in igc_init_phy_params_i225()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c383 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
416 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
436 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()
469 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_pchlan()
569 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_ich8lan()
2618 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()
3125 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()
3235 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()
5053 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()
5298 if (hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_ich8lan()
[all …]
H A De1000_api.c1040 if (hw->phy.ops.check_reset_block) in e1000_check_reset_block()
1041 return hw->phy.ops.check_reset_block(hw); in e1000_check_reset_block()
H A De1000_82571.c110 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82571()
1975 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()
1979 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()
H A De1000_80003es2lan.c111 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_80003es2lan()
1474 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_80003es2lan()
H A De1000_mac.c1011 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_generic()
H A De1000_hw.h817 s32 (*check_reset_block)(struct e1000_hw *); member
H A De1000_82575.c187 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575()
2063 if (!(phy->ops.check_reset_block)) in e1000_power_down_phy_copper_82575()
2067 if (!(e1000_enable_mng_pass_thru(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82575()
H A De1000_phy.c79 phy->ops.check_reset_block = e1000_null_ops_generic; in e1000_init_phy_ops_generic()
2859 if (phy->ops.check_reset_block) { in e1000_phy_hw_reset_generic()
2860 ret_val = phy->ops.check_reset_block(hw); in e1000_phy_hw_reset_generic()