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

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_api.h207 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee);
H A Dixgbe_api.c1191 * @enable_eee: boolean flag to enable EEE
1198 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee) argument
1200 return ixgbe_call_func(hw, hw->mac.ops.setup_eee, (hw, enable_eee),
H A Dixgbe_x550.c765 * @enable_eee: boolean flag to enable EEE
767 * Enable/disable EEE based on enable_eee flag.
770 static s32 ixgbe_setup_eee_fw(struct ixgbe_hw *hw, bool enable_eee) argument
772 if (!!hw->phy.eee_speeds_advertised == enable_eee)
774 if (enable_eee)
H A Dixgbe_type.h3996 s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee);

Completed in 188 milliseconds