Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H 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,
H A Dich8lan.c419 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
454 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
474 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()
2546 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()
3012 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()
3118 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()
4883 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()
5148 if (hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_ich8lan()
5893 hw->phy.ops.check_reset_block(hw)))
5979 .check_reset_block
[all...]
H 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,
H A Dmac.c686 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000e_setup_link_generic()
H 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()
1717 if (hw->phy.ops.check_reset_block && in e1000_loopback_test()
1718 hw->phy.ops.check_reset_block(hw)) { in e1000_loopback_test()
H A Dhw.h539 s32 (*check_reset_block)(struct e1000_hw *); member
H 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()
H A Dnetdev.c7514 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_probe()
7724 if (hw->phy.ops.check_reset_block && !hw->phy.ops.check_reset_block(hw)) in e1000_probe()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h316 s32 (*check_reset_block)(struct e1000_hw *); member