Searched refs:check_reset_block (Results 1 – 15 of 15) sorted by relevance
136 if (!(phy->ops.check_reset_block)) in e1000_power_down_phy_copper_base()140 if (!(e1000_enable_mng_pass_thru(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_base()
441 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()475 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()495 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()541 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_pchlan()641 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_ich8lan()2693 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()3217 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()3327 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()5143 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()5447 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_setup_link_ich8lan()[all …]
1032 if (hw->phy.ops.check_reset_block) in e1000_check_reset_block()1033 return hw->phy.ops.check_reset_block(hw); in e1000_check_reset_block()
108 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82571()1913 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()1917 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()
109 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_80003es2lan()1400 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_80003es2lan()
1055 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_generic()
795 s32 (*check_reset_block)(struct e1000_hw *); member
79 phy->ops.check_reset_block = e1000_null_ops_generic; in e1000_init_phy_ops_generic()2908 if (phy->ops.check_reset_block) { in e1000_phy_hw_reset_generic()2909 ret_val = phy->ops.check_reset_block(hw); in e1000_phy_hw_reset_generic()
181 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575()
100 if (!(phy->ops.check_reset_block)) in igc_power_down_phy_copper_base()105 phy->ops.check_reset_block(hw))) in igc_power_down_phy_copper_base()
439 if (hw->phy.ops.check_reset_block) in igc_check_reset_block()440 return hw->phy.ops.check_reset_block(hw); in igc_check_reset_block()
26 phy->ops.check_reset_block = igc_null_ops_generic; in igc_init_phy_ops_generic()862 if (phy->ops.check_reset_block) { in igc_phy_hw_reset_generic()863 ret_val = phy->ops.check_reset_block(hw); in igc_phy_hw_reset_generic()
559 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in igc_setup_link_generic()
384 s32 (*check_reset_block)(struct igc_hw *); member
154 phy->ops.check_reset_block = igc_check_reset_block_generic; in igc_init_phy_params_i225()