Home
last modified time | relevance | path

Searched refs:setup_mac_link (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c2373 status = hw->mac.setup_mac_link(hw, in txgbe_setup_mac_link_multispeed_fiber()
2423 status = hw->mac.setup_mac_link(hw, in txgbe_setup_mac_link_multispeed_fiber()
2583 mac->setup_mac_link = txgbe_setup_mac_link; in txgbe_init_mac_link_ops()
H A Dtxgbe_type.h473 s32 (*setup_mac_link)(struct txgbe_hw *hw, u32 speed, member
H A Dtxgbe_dummy.h581 hw->mac.setup_mac_link = txgbe_mac_setup_mac_link_dummy; in txgbe_init_ops_dummy()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c709 return ixgbe_call_func(hw, hw->mac.ops.setup_mac_link, (hw, speed, in ixgbe_setup_mac_link()
H A Dixgbe_x550.c1811 mac->ops.setup_mac_link = in ixgbe_init_mac_link_ops_X550em()
1814 mac->ops.setup_mac_link = in ixgbe_init_mac_link_ops_X550em()
H A Dixgbe_82599.c58 mac->ops.setup_mac_link = ixgbe_setup_mac_link_82599; in ixgbe_init_mac_link_ops_82599()
H A Dixgbe_type.h3954 s32 (*setup_mac_link)(struct ixgbe_hw *, ixgbe_link_speed, bool); member