Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_base.c100 if (!(phy->ops.check_reset_block)) in igc_power_down_phy_copper_base()
104 if (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()
861 if (phy->ops.check_reset_block) { in igc_phy_hw_reset_generic()
862 ret_val = phy->ops.check_reset_block(hw); in igc_phy_hw_reset_generic()
H A Digc_mac.c536 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in igc_setup_link_generic()
H A Digc_hw.h383 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()
/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.c382 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
415 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
435 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()
468 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_pchlan()
564 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_ich8lan()
2599 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()
3110 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()
3220 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()
5027 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()
5309 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_setup_link_ich8lan()
[all …]
H A De1000_82571.c107 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82571()
1854 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()
1858 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()
H A De1000_api.c1027 if (hw->phy.ops.check_reset_block) in e1000_check_reset_block()
1028 return hw->phy.ops.check_reset_block(hw); in e1000_check_reset_block()
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.c1018 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_generic()
H A De1000_hw.h790 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()
2870 if (phy->ops.check_reset_block) { in e1000_phy_hw_reset_generic()
2871 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()