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

/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe_api.h206 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee);
H A Dixgbe_api.c1176 * @enable_eee: boolean flag to enable EEE
1183 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee) argument
1185 return ixgbe_call_func(hw, hw->mac.ops.setup_eee, (hw, enable_eee),
H A Dixgbe_x550.c848 * @enable_eee: boolean flag to enable EEE
850 * Enable/disable EEE based on enable_eee flag.
853 static s32 ixgbe_setup_eee_fw(struct ixgbe_hw *hw, bool enable_eee) argument
855 if (!!hw->phy.eee_speeds_advertised == enable_eee)
857 if (enable_eee)
H A Dixgbe_type.h3940 s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee);

Completed in 147 milliseconds