Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
D82571.c1819 if (!phy->ops.check_reset_block) in e1000_power_down_phy_copper_82571()
1823 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw))) in e1000_power_down_phy_copper_82571()
1901 .check_reset_block = e1000e_check_reset_block_generic,
1919 .check_reset_block = e1000e_check_reset_block_generic,
1937 .check_reset_block = e1000e_check_reset_block_generic,
Dich8lan.c361 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
394 if (hw->phy.ops.check_reset_block(hw)) { in e1000_init_phy_workarounds_pchlan()
414 ret_val = hw->phy.ops.check_reset_block(hw); in e1000_init_phy_workarounds_pchlan()
2273 !hw->phy.ops.check_reset_block(hw)) in e1000_oem_bits_config_ich8lan()
2734 if (hw->phy.ops.check_reset_block(hw)) in e1000_post_phy_reset_ich8lan()
2840 if (!hw->phy.ops.check_reset_block(hw)) in e1000_set_lplu_state_pchlan()
4572 if (!hw->phy.ops.check_reset_block(hw)) { in e1000_reset_hw_ich8lan()
4810 if (hw->phy.ops.check_reset_block(hw)) in e1000_setup_link_ich8lan()
5555 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_ich8lan()
5641 .check_reset_block = e1000_check_reset_block_ich8lan,
D80003es2lan.c1295 hw->phy.ops.check_reset_block(hw))) in e1000_power_down_phy_copper_80003es2lan()
1374 .check_reset_block = e1000e_check_reset_block_generic,
Dmac.c693 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000e_setup_link_generic()
Dhw.h501 s32 (*check_reset_block)(struct e1000_hw *); member
Dethtool.c269 if (hw->phy.ops.check_reset_block && in e1000_set_settings()
270 hw->phy.ops.check_reset_block(hw)) { in e1000_set_settings()
1691 if (hw->phy.ops.check_reset_block && in e1000_loopback_test()
1692 hw->phy.ops.check_reset_block(hw)) { in e1000_loopback_test()
Dphy.c2113 if (phy->ops.check_reset_block) { in e1000e_phy_hw_reset_generic()
2114 ret_val = phy->ops.check_reset_block(hw); in e1000e_phy_hw_reset_generic()
Dnetdev.c6890 if (hw->phy.ops.check_reset_block && hw->phy.ops.check_reset_block(hw)) in e1000_probe()
7066 if (hw->phy.ops.check_reset_block && !hw->phy.ops.check_reset_block(hw)) in e1000_probe()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_hw.h334 s32 (*check_reset_block)(struct e1000_hw *); member