Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h531 s32 (*setup_eee)(struct txgbe_hw *hw, bool enable_eee); member
H A Dtxgbe_dummy.h618 hw->mac.setup_eee = txgbe_mac_setup_eee_dummy; in txgbe_init_ops_dummy()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c1221 return ixgbe_call_func(hw, hw->mac.ops.setup_eee, (hw, enable_eee), in ixgbe_setup_eee()
H A Dixgbe_x550.c36 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550()
796 mac->ops.setup_eee = ixgbe_setup_eee_fw; in ixgbe_init_ops_X550EM_a()
839 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550EM_x()
H A Dixgbe_type.h4014 s32 (*setup_eee)(struct ixgbe_hw *hw, bool enable_eee); member