Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000e/
A D82571.c1802 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()
1806 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()
1884 .check_reset_block = e1000e_check_reset_block_generic,
1902 .check_reset_block = e1000e_check_reset_block_generic,
1920 .check_reset_block = e1000e_check_reset_block_generic,
A Dich8lan.c412 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
447 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
467 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()
2536 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()
3002 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()
3108 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()
4873 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()
5131 if (hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_ich8lan()
5876 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_ich8lan()
5962 .check_reset_block = e1000_check_reset_block_ich8lan,
A D80003es2lan.c1288 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_80003es2lan()
1367 .check_reset_block = e1000e_check_reset_block_generic,
A Dmac.c686 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000e_setup_link_generic()
A Dethtool.c280 if (hw->phy.ops.check_reset_block && in e1000_set_link_ksettings()
281 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()
A Dhw.h541 s32 (*check_reset_block)(struct e1000_hw *); member
A Dphy.c2144 if (phy->ops.check_reset_block) { in e1000e_phy_hw_reset_generic()
2145 ret_val = phy->ops.check_reset_block(hw); in e1000e_phy_hw_reset_generic()
A Dnetdev.c7507 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_probe()
7712 if (hw->phy.ops.check_reset_block && !hw->phy.ops.check_reset_block(hw)) in e1000_probe()
/drivers/net/ethernet/intel/igc/
A Digc_hw.h110 s32 (*check_reset_block)(struct igc_hw *hw); member
/drivers/net/ethernet/intel/igb/
A De1000_hw.h316 s32 (*check_reset_block)(struct e1000_hw *); member

Completed in 53 milliseconds