Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.h101 s32 txgbe_setup_mac_link(struct txgbe_hw *hw, u32 speed,
H A Dtxgbe_hw.c2583 mac->setup_mac_link = txgbe_setup_mac_link; in txgbe_init_mac_link_ops()
2591 mac->setup_link = txgbe_setup_mac_link; in txgbe_init_mac_link_ops()
3220 status = txgbe_setup_mac_link(hw, speed, in txgbe_setup_mac_link_smartspeed()
3256 status = txgbe_setup_mac_link(hw, speed, in txgbe_setup_mac_link_smartspeed()
3281 status = txgbe_setup_mac_link(hw, speed, in txgbe_setup_mac_link_smartspeed()
3299 s32 txgbe_setup_mac_link(struct txgbe_hw *hw, in txgbe_setup_mac_link() function