Home
last modified time | relevance | path

Searched refs:enable_eee (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c1198 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee) in ixgbe_setup_eee() argument
1200 return ixgbe_call_func(hw, hw->mac.ops.setup_eee, (hw, enable_eee), in ixgbe_setup_eee()
H A Dixgbe_api.h207 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee);
H A Dixgbe_x550.c770 static s32 ixgbe_setup_eee_fw(struct ixgbe_hw *hw, bool enable_eee) in ixgbe_setup_eee_fw() argument
772 if (!!hw->phy.eee_speeds_advertised == enable_eee) in ixgbe_setup_eee_fw()
774 if (enable_eee) in ixgbe_setup_eee_fw()
H A Dixgbe_type.h3996 s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee);