Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_e610.h193 s32 ixgbe_setup_eee_E610(struct ixgbe_hw *hw, bool enable_eee);
H A Dixgbe_api.h210 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee);
H A Dixgbe_api.c1280 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee) in ixgbe_setup_eee() argument
1282 return ixgbe_call_func(hw, hw->mac.ops.setup_eee, (hw, enable_eee), in ixgbe_setup_eee()
H A Dixgbe_x550.c773 static s32 ixgbe_setup_eee_fw(struct ixgbe_hw *hw, bool enable_eee) in ixgbe_setup_eee_fw() argument
775 if (!!hw->phy.eee_speeds_advertised == enable_eee) in ixgbe_setup_eee_fw()
777 if (enable_eee) in ixgbe_setup_eee_fw()
H A Dixgbe_e610.c4499 s32 ixgbe_setup_eee_E610(struct ixgbe_hw *hw, bool enable_eee) in ixgbe_setup_eee_E610() argument
4516 if (enable_eee) { in ixgbe_setup_eee_E610()
H A Dixgbe_type.h4135 s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee);