Searched refs:enable_eee (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_x550.h | 63 s32 ixgbe_set_eee_X550(struct ixgbe_hw *hw, bool enable_eee); 64 s32 ixgbe_setup_eee_X550(struct ixgbe_hw *hw, bool enable_eee);
|
H A D | ixgbe_api.h | 201 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee);
|
H A D | ixgbe_api.c | 1178 s32 ixgbe_setup_eee(struct ixgbe_hw *hw, bool enable_eee) in ixgbe_setup_eee() argument 1180 return ixgbe_call_func(hw, hw->mac.ops.setup_eee, (hw, enable_eee), in ixgbe_setup_eee()
|
H A D | ixgbe_x550.c | 629 s32 ixgbe_setup_eee_X550(struct ixgbe_hw *hw, bool enable_eee) in ixgbe_setup_eee_X550() argument 641 if (enable_eee) { in ixgbe_setup_eee_X550()
|
H A D | ixgbe_type.h | 3739 s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee);
|