Searched refs:setup_link (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/igbvf/
H A Dvf.h183 s32 (*setup_link)(struct e1000_hw *); member in struct:e1000_mac_operations
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ixgbevf/
H A Dvf.h58 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); member in struct:ixgbe_mac_operations
H A Dvf.c377 .setup_link = ixgbevf_setup_mac_link_vf,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/igbvf/
H A Dvf.h183 s32 (*setup_link)(struct e1000_hw *); member in struct:e1000_mac_operations
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dvf.h58 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); member in struct:ixgbe_mac_operations
H A Dvf.c377 .setup_link = ixgbevf_setup_mac_link_vf,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ixgbe/
H A Dixgbe_82599.c73 mac->ops.setup_link = &ixgbe_setup_mac_link_multispeed_fiber;
87 mac->ops.setup_link = &ixgbe_setup_mac_link_smartspeed;
89 mac->ops.setup_link = &ixgbe_setup_mac_link_82599;
175 mac->ops.setup_link = &ixgbe_setup_copper_link_82599;
2353 .setup_link = &ixgbe_setup_mac_link_82599,
2391 .setup_link = &ixgbe_setup_phy_link_generic,
H A Dixgbe_82598.c157 mac->ops.setup_link = &ixgbe_setup_copper_link_82598;
1201 .setup_link = &ixgbe_setup_mac_link_82598,
1236 .setup_link = &ixgbe_setup_phy_link_generic,
H A Dixgbe_phy.c422 hw->phy.ops.setup_link(hw);
H A Dixgbe_ethtool.c302 err = hw->mac.ops.setup_link(hw, advertised, true, true);
305 hw->mac.ops.setup_link(hw, old, true, true);
H A Dixgbe_type.h2431 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); member in struct:ixgbe_mac_operations
2467 s32 (*setup_link)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
H A Dixgbe_main.c3292 if (hw->mac.ops.setup_link)
3293 ret = hw->mac.ops.setup_link(hw, autoneg, negotiation, link_up);
5539 if (hw->mac.ops.setup_link)
5540 hw->mac.ops.setup_link(hw, autoneg, negotiation, true);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_82599.c73 mac->ops.setup_link = &ixgbe_setup_mac_link_multispeed_fiber;
87 mac->ops.setup_link = &ixgbe_setup_mac_link_smartspeed;
89 mac->ops.setup_link = &ixgbe_setup_mac_link_82599;
175 mac->ops.setup_link = &ixgbe_setup_copper_link_82599;
2353 .setup_link = &ixgbe_setup_mac_link_82599,
2391 .setup_link = &ixgbe_setup_phy_link_generic,
H A Dixgbe_82598.c157 mac->ops.setup_link = &ixgbe_setup_copper_link_82598;
1201 .setup_link = &ixgbe_setup_mac_link_82598,
1236 .setup_link = &ixgbe_setup_phy_link_generic,
H A Dixgbe_phy.c422 hw->phy.ops.setup_link(hw);
H A Dixgbe_ethtool.c302 err = hw->mac.ops.setup_link(hw, advertised, true, true);
305 hw->mac.ops.setup_link(hw, old, true, true);
H A Dixgbe_type.h2431 s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); member in struct:ixgbe_mac_operations
2467 s32 (*setup_link)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/e1000e/
H A Des2lan.c1447 .setup_link = e1000e_setup_link,
H A Dhw.h771 s32 (*setup_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A D82571.c1705 .setup_link = e1000_setup_link_82571,
H A Dethtool.c353 retval = hw->mac.ops.setup_link(hw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/e1000e/
H A D82571.c1705 .setup_link = e1000_setup_link_82571,
H A Des2lan.c1447 .setup_link = e1000e_setup_link,
H A Dhw.h771 s32 (*setup_link)(struct e1000_hw *); member in struct:e1000_mac_operations
H A Dethtool.c353 retval = hw->mac.ops.setup_link(hw);

Completed in 463 milliseconds

12