Searched refs:check_reset_block (Results 1 – 8 of 8) sorted by relevance
963 if (hw->phy.ops.check_reset_block) in e1000_check_reset_block()964 return hw->phy.ops.check_reset_block(hw); in e1000_check_reset_block()
375 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()408 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()428 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()461 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_pchlan()552 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_ich8lan()2569 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()3076 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()3186 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()4987 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()5233 if (hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_ich8lan()[all …]
110 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()
111 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()
1011 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_generic()
736 s32 (*check_reset_block)(struct e1000_hw *); member
187 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575()2062 if (!(phy->ops.check_reset_block)) in e1000_power_down_phy_copper_82575()2066 if (!(e1000_enable_mng_pass_thru(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82575()
79 phy->ops.check_reset_block = e1000_null_ops_generic; in e1000_init_phy_ops_generic()2858 if (phy->ops.check_reset_block) { in e1000_phy_hw_reset_generic()2859 ret_val = phy->ops.check_reset_block(hw); in e1000_phy_hw_reset_generic()