Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
D82571.c1801 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()
1805 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()
1883 .check_reset_block = e1000e_check_reset_block_generic,
1901 .check_reset_block = e1000e_check_reset_block_generic,
1919 .check_reset_block = e1000e_check_reset_block_generic,
Dich8lan.c351 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()
2381 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()
2848 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()
2954 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()
4714 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()
4951 if (hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_ich8lan()
5696 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_ich8lan()
5782 .check_reset_block = e1000_check_reset_block_ich8lan,
D80003es2lan.c1289 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_80003es2lan()
1368 .check_reset_block = e1000e_check_reset_block_generic,
Dmac.c675 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000e_setup_link_generic()
Dethtool.c267 if (hw->phy.ops.check_reset_block && in e1000_set_link_ksettings()
268 hw->phy.ops.check_reset_block(hw)) { in e1000_set_link_ksettings()
1712 if (hw->phy.ops.check_reset_block && in e1000_loopback_test()
1713 hw->phy.ops.check_reset_block(hw)) { in e1000_loopback_test()
Dhw.h520 s32 (*check_reset_block)(struct e1000_hw *); member
Dphy.c2096 if (phy->ops.check_reset_block) { in e1000e_phy_hw_reset_generic()
2097 ret_val = phy->ops.check_reset_block(hw); in e1000e_phy_hw_reset_generic()
Dnetdev.c7501 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_probe()
7679 if (hw->phy.ops.check_reset_block && !hw->phy.ops.check_reset_block(hw)) in e1000_probe()
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc_hw.h120 s32 (*check_reset_block)(struct igc_hw *hw); member
/Linux-v5.10/drivers/net/ethernet/intel/igb/
De1000_hw.h316 s32 (*check_reset_block)(struct e1000_hw *); member