Home
last modified time | relevance | path

Searched refs:setup_link (Results 1 – 10 of 10) sorted by relevance

/drivers/net/ixgbe/
Dixgbe_82598.c97 mac->ops.setup_link = &ixgbe_setup_copper_link_82598; in ixgbe_get_invariants_82598()
562 status = hw->phy.ops.setup_link(hw); in ixgbe_setup_copper_link_82598()
1062 .setup_link = &ixgbe_setup_mac_link_82598,
1097 .setup_link = &ixgbe_setup_phy_link_generic,
Dixgbe_type.h1383 s32 (*setup_link)(struct ixgbe_hw *); member
1422 s32 (*setup_link)(struct ixgbe_hw *); member
Dixgbe_phy.c430 hw->phy.ops.setup_link(hw); in ixgbe_setup_phy_link_speed_generic()
Dixgbe_common.c84 hw->mac.ops.setup_link(hw); in ixgbe_start_hw_generic()
/drivers/net/e1000e/
Dhw.h724 s32 (*setup_link)(struct e1000_hw *); member
Des2lan.c1380 .setup_link = e1000e_setup_link,
D82571.c1384 .setup_link = e1000_setup_link_82571,
Dich8lan.c2573 .setup_link = e1000_setup_link_ich8lan,
Dethtool.c322 hw->mac.ops.setup_link(hw) : e1000e_force_mac_fc(hw)); in e1000_set_pauseparam()
Dnetdev.c2653 adapter->hw.mac.ops.setup_link(&adapter->hw); in e1000e_power_up_phy()