Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/
A D82571.c1803 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()
1807 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()
1885 .check_reset_block = e1000e_check_reset_block_generic,
1903 .check_reset_block = e1000e_check_reset_block_generic,
1921 .check_reset_block = e1000e_check_reset_block_generic,
A Dich8lan.c353 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
386 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
406 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()
2416 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()
2883 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()
2989 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()
4750 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()
4996 if (hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_ich8lan()
5741 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_ich8lan()
5827 .check_reset_block = e1000_check_reset_block_ich8lan,
A 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,
A Dmac.c675 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000e_setup_link_generic()
A Dethtool.c282 if (hw->phy.ops.check_reset_block && in e1000_set_link_ksettings()
283 hw->phy.ops.check_reset_block(hw)) { in e1000_set_link_ksettings()
1735 if (hw->phy.ops.check_reset_block && in e1000_loopback_test()
1736 hw->phy.ops.check_reset_block(hw)) { in e1000_loopback_test()
A Dhw.h538 s32 (*check_reset_block)(struct e1000_hw *); member
A Dphy.c2105 if (phy->ops.check_reset_block) { in e1000e_phy_hw_reset_generic()
2106 ret_val = phy->ops.check_reset_block(hw); in e1000e_phy_hw_reset_generic()
A Dnetdev.c7515 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_probe()
7694 if (hw->phy.ops.check_reset_block && !hw->phy.ops.check_reset_block(hw)) in e1000_probe()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_hw.h111 s32 (*check_reset_block)(struct igc_hw *hw); member
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A De1000_hw.h316 s32 (*check_reset_block)(struct e1000_hw *); member

Completed in 43 milliseconds