Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_base.c136 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()
H A De1000_ich8lan.c441 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 …]
H A De1000_api.c1032 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()
H A De1000_82571.c108 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()
H A De1000_80003es2lan.c109 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()
H A De1000_mac.c1055 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_generic()
H A De1000_hw.h795 s32 (*check_reset_block)(struct e1000_hw *); member
H A De1000_phy.c79 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()
H A De1000_82575.c181 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575()
/freebsd/sys/dev/igc/
H A Digc_base.c100 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()
H A Digc_api.c439 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()
H A Digc_phy.c26 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()
H A Digc_mac.c559 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in igc_setup_link_generic()
H A Digc_hw.h384 s32 (*check_reset_block)(struct igc_hw *); member
H A Digc_i225.c154 phy->ops.check_reset_block = igc_check_reset_block_generic; in igc_init_phy_params_i225()