Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_82599_bypass.c139 status = ixgbe_setup_mac_link_82599(hw, in ixgbe_setup_mac_link_multispeed_fixed_fiber()
187 status = ixgbe_setup_mac_link_82599(hw, in ixgbe_setup_mac_link_multispeed_fixed_fiber()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.h21 s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, ixgbe_link_speed speed,
H A Dixgbe_82599.c58 mac->ops.setup_mac_link = ixgbe_setup_mac_link_82599; in ixgbe_init_mac_link_ops_82599()
68 mac->ops.setup_link = ixgbe_setup_mac_link_82599; in ixgbe_init_mac_link_ops_82599()
776 status = ixgbe_setup_mac_link_82599(hw, speed, in ixgbe_setup_mac_link_smartspeed()
811 status = ixgbe_setup_mac_link_82599(hw, speed, in ixgbe_setup_mac_link_smartspeed()
836 status = ixgbe_setup_mac_link_82599(hw, speed, in ixgbe_setup_mac_link_smartspeed()
854 s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, in ixgbe_setup_mac_link_82599() function