Searched refs:check_reset_block (Results 1 – 9 of 9) sorted by relevance
1819 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()1823 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()1901 .check_reset_block = e1000e_check_reset_block_generic,1919 .check_reset_block = e1000e_check_reset_block_generic,1937 .check_reset_block = e1000e_check_reset_block_generic,
351 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()384 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()404 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()2209 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()2670 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()2776 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()3977 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()4214 if (hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_ich8lan()4958 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_ich8lan()5044 .check_reset_block = e1000_check_reset_block_ich8lan,
1295 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_80003es2lan()1374 .check_reset_block = e1000e_check_reset_block_generic,
698 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000e_setup_link_generic()
269 if (hw->phy.ops.check_reset_block && in e1000_set_settings()270 hw->phy.ops.check_reset_block(hw)) { in e1000_set_settings()1689 if (hw->phy.ops.check_reset_block && in e1000_loopback_test()1690 hw->phy.ops.check_reset_block(hw)) { in e1000_loopback_test()
495 s32 (*check_reset_block)(struct e1000_hw *); member
2114 if (phy->ops.check_reset_block) { in e1000e_phy_hw_reset_generic()2115 ret_val = phy->ops.check_reset_block(hw); in e1000e_phy_hw_reset_generic()
6866 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_probe()7042 if (hw->phy.ops.check_reset_block && !hw->phy.ops.check_reset_block(hw)) in e1000_probe()
334 s32 (*check_reset_block)(struct e1000_hw *); member