Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.c65 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550()
824 mac->ops.setup_eee = ixgbe_setup_eee_fw; in ixgbe_init_ops_X550EM_a()
867 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550EM_x()
H A Dixgbe_api.c1266 return ixgbe_call_func(hw, hw->mac.ops.setup_eee, (hw, enable_eee), in ixgbe_setup_eee()
H A Dixgbe_type.h4113 s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee); member