Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/e1000/
H A De1000_api.c979 if (hw->phy.ops.check_reset_block) in e1000_check_reset_block()
980 return hw->phy.ops.check_reset_block(hw); in e1000_check_reset_block()
H A De1000_ich8lan.c376 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
409 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
429 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()
462 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_pchlan()
554 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_ich8lan()
2573 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()
3082 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()
3192 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()
4995 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()
5238 if (hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_ich8lan()
[all …]
H A De1000_82571.c108 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82571()
1855 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()
1859 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()
H A De1000_80003es2lan.c110 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_80003es2lan()
1402 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_80003es2lan()
H A De1000_mac.c1012 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_generic()
H A De1000_hw.h750 s32 (*check_reset_block)(struct e1000_hw *); member
H A De1000_82575.c185 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575()
1981 if (!(phy->ops.check_reset_block)) in e1000_power_down_phy_copper_82575()
1985 if (!(e1000_enable_mng_pass_thru(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82575()
H A De1000_phy.c80 phy->ops.check_reset_block = e1000_null_ops_generic; in e1000_init_phy_ops_generic()
2860 if (phy->ops.check_reset_block) { in e1000_phy_hw_reset_generic()
2861 ret_val = phy->ops.check_reset_block(hw); in e1000_phy_hw_reset_generic()