Searched refs:check_reset_block (Results 1 – 16 of 16) sorted by relevance
106 if (!(phy->ops.check_reset_block)) in e1000_power_down_phy_copper_base()110 if (phy->ops.check_reset_block(hw)) in e1000_power_down_phy_copper_base()
941 if (hw->phy.ops.check_reset_block) in e1000_check_reset_block()942 return hw->phy.ops.check_reset_block(hw); in e1000_check_reset_block()
345 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()378 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()398 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()431 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_pchlan()524 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_ich8lan()2507 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()3016 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()3126 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()4927 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()5204 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_setup_link_ich8lan()[all …]
80 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82571()1950 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()1954 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()
81 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_80003es2lan()1443 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_80003es2lan()
983 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_generic()
724 s32 (*check_reset_block)(struct e1000_hw *); member
49 phy->ops.check_reset_block = e1000_null_ops_generic; in e1000_init_phy_ops_generic()2842 if (phy->ops.check_reset_block) { in e1000_phy_hw_reset_generic()2843 ret_val = phy->ops.check_reset_block(hw); in e1000_phy_hw_reset_generic()
153 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575()
106 if (!(phy->ops.check_reset_block)) in igc_power_down_phy_copper_base()110 if (!phy->ops.check_reset_block(hw)) in igc_power_down_phy_copper_base()
1422 if (hw->phy.ops.check_reset_block) in igc_check_reset_block()1423 return hw->phy.ops.check_reset_block(hw); in igc_check_reset_block()
980 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in igc_setup_link_generic()
736 s32 (*check_reset_block)(struct igc_hw *hw); member
156 phy->ops.check_reset_block = igc_check_reset_block_generic; in igc_init_phy_params_i225()
49 phy->ops.check_reset_block = igc_null_ops_generic; in igc_init_phy_ops_generic()2882 if (phy->ops.check_reset_block) { in igc_phy_hw_reset_generic()2883 ret_val = phy->ops.check_reset_block(hw); in igc_phy_hw_reset_generic()
247 Previously, in ``check_reset_block`` RSPCIPHY was polled for 100 ms before