Home
last modified time | relevance | path

Searched refs:setup_eee (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c1200 return ixgbe_call_func(hw, hw->mac.ops.setup_eee, (hw, enable_eee), in ixgbe_setup_eee()
H A Dixgbe_x550.c66 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550()
827 mac->ops.setup_eee = ixgbe_setup_eee_fw; in ixgbe_init_ops_X550EM_a()
870 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550EM_x()
H A Dixgbe_type.h3996 s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee); member