Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_base.c106 if (!(phy->ops.check_reset_block)) in e1000_power_down_phy_copper_base()
110 if (phy->ops.check_reset_block(hw)) in e1000_power_down_phy_copper_base()
H A De1000_api.c941 if (hw->phy.ops.check_reset_block) in e1000_check_reset_block()
942 return hw->phy.ops.check_reset_block(hw); in e1000_check_reset_block()
H A De1000_ich8lan.c345 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
378 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
398 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()
431 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_pchlan()
524 phy->ops.check_reset_block = e1000_check_reset_block_ich8lan; in e1000_init_phy_params_ich8lan()
2507 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()
3016 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()
3126 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()
4927 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()
5204 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_setup_link_ich8lan()
[all …]
H A De1000_82571.c80 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82571()
1950 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()
1954 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()
H A De1000_80003es2lan.c81 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_80003es2lan()
1443 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_80003es2lan()
H A De1000_mac.c983 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_generic()
H A De1000_hw.h724 s32 (*check_reset_block)(struct e1000_hw *); member
H A De1000_phy.c49 phy->ops.check_reset_block = e1000_null_ops_generic; in e1000_init_phy_ops_generic()
2842 if (phy->ops.check_reset_block) { in e1000_phy_hw_reset_generic()
2843 ret_val = phy->ops.check_reset_block(hw); in e1000_phy_hw_reset_generic()
H A De1000_82575.c153 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_base.c106 if (!(phy->ops.check_reset_block)) in igc_power_down_phy_copper_base()
110 if (!phy->ops.check_reset_block(hw)) in igc_power_down_phy_copper_base()
H A Digc_api.c1422 if (hw->phy.ops.check_reset_block) in igc_check_reset_block()
1423 return hw->phy.ops.check_reset_block(hw); in igc_check_reset_block()
H A Digc_mac.c980 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in igc_setup_link_generic()
H A Digc_hw.h736 s32 (*check_reset_block)(struct igc_hw *hw); member
H A Digc_i225.c156 phy->ops.check_reset_block = igc_check_reset_block_generic; in igc_init_phy_params_i225()
H A Digc_phy.c49 phy->ops.check_reset_block = igc_null_ops_generic; in igc_init_phy_ops_generic()
2882 if (phy->ops.check_reset_block) { in igc_phy_hw_reset_generic()
2883 ret_val = phy->ops.check_reset_block(hw); in igc_phy_hw_reset_generic()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst247 Previously, in ``check_reset_block`` RSPCIPHY was polled for 100 ms before