Home
last modified time | relevance | path

Searched refs:txgbe_setup_mac_link (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.h102 s32 txgbe_setup_mac_link(struct txgbe_hw *hw, u32 speed,
H A Dtxgbe_hw.c2440 mac->setup_mac_link = txgbe_setup_mac_link; in txgbe_init_mac_link_ops()
2443 mac->setup_link = txgbe_setup_mac_link; in txgbe_init_mac_link_ops()
3081 status = txgbe_setup_mac_link(hw, speed, in txgbe_setup_mac_link_smartspeed()
3117 status = txgbe_setup_mac_link(hw, speed, in txgbe_setup_mac_link_smartspeed()
3142 status = txgbe_setup_mac_link(hw, speed, in txgbe_setup_mac_link_smartspeed()
3159 s32 txgbe_setup_mac_link(struct txgbe_hw *hw, in txgbe_setup_mac_link() function