Searched refs:reset_hw (Results 1 – 25 of 44) sorted by relevance
12
295 hw->mac.reset_hw = ngbe_mac_reset_hw_dummy; in ngbe_init_ops_dummy()329 hw->phy.reset_hw = ngbe_phy_reset_hw_dummy; in ngbe_init_ops_dummy()
265 s32 (*reset_hw)(struct ngbe_hw *hw); member345 s32 (*reset_hw)(struct ngbe_hw *hw); member
59 status = hw->mac.reset_hw(hw); in ngbe_init_hw()166 hw->phy.reset_hw(hw); in ngbe_reset_hw_em()1896 phy->reset_hw = ngbe_reset_phy; in ngbe_init_ops_pf()1901 mac->reset_hw = ngbe_reset_hw_em; in ngbe_init_ops_pf()
148 hw->phy.reset_hw(hw); in ngbe_setup_phy_link_rtl()
103 ret_val = hw->phy.reset_hw(hw); in ngbe_init_phy_mvl()
218 hw->mac.ops.reset_hw = ixgbevf_hv_reset_hw_vf; in ixgbevf_hv_init_ops_vf()
26 hw->mac.ops.reset_hw = ixgbe_reset_hw_vf; in ixgbe_init_ops_vf()
58 mac->ops.reset_hw = ixgbe_reset_hw_X540; in ixgbe_init_ops_X540()
177 s32 (*reset_hw)(struct e1000_hw *); member
631 if (hw->mac.ops.reset_hw) in e1000_reset_hw()632 return hw->mac.ops.reset_hw(hw); in e1000_reset_hw()
91 mac->ops.reset_hw = e1000_reset_hw_82542; in e1000_init_mac_params_82542()
92 mac->ops.reset_hw = e1000_reset_hw_vf; in e1000_init_mac_params_vf()
164 mac->ops.reset_hw = e1000_reset_hw_82540; in e1000_init_mac_params_82540()
689 s32 (*reset_hw)(struct e1000_hw *); member
190 mac->ops.reset_hw = e1000_reset_hw_82543; in e1000_init_mac_params_82543()
102 return fm10k_call_func(hw, hw->mac.ops.reset_hw, (hw), in fm10k_reset_hw()
622 mac->ops.reset_hw = &fm10k_reset_hw_vf; in fm10k_init_ops_vf()
566 s32 (*reset_hw)(struct fm10k_hw *); member
240 err = hw->mac.reset_hw(hw); in eth_txgbevf_dev_init()621 err = hw->mac.reset_hw(hw); in txgbevf_dev_start()761 hw->mac.reset_hw(hw); in txgbevf_dev_close()
1112 if (hw->mac.ops.reset_hw) in igc_reset_hw()1113 return hw->mac.ops.reset_hw(hw); in igc_reset_hw()
701 s32 (*reset_hw)(struct igc_hw *hw); member
99 mac->ops.reset_hw = igc_reset_hw_i225; in igc_init_mac_params_i225()
24 mac->reset_hw = txgbe_reset_hw_vf; in txgbe_init_ops_vf()
560 hw->mac.reset_hw = txgbe_mac_reset_hw_dummy; in txgbe_init_ops_dummy()
514 s32 (*reset_hw)(struct txgbe_hw *hw); member