Home
last modified time | relevance | path

Searched refs:autoneg_wait_to_complete (Results 1 – 25 of 39) sorted by relevance

12

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82599.h18 bool autoneg_wait_to_complete);
20 bool autoneg_wait_to_complete);
22 bool autoneg_wait_to_complete);
H A Dixgbe_x550.h71 bool autoneg_wait_to_complete);
74 bool autoneg_wait_to_complete);
88 bool autoneg_wait_to_complete);
H A Dixgbe_82598.c23 bool autoneg_wait_to_complete);
29 bool autoneg_wait_to_complete);
32 bool autoneg_wait_to_complete);
528 bool autoneg_wait_to_complete) in ixgbe_start_mac_link_82598() argument
543 if (autoneg_wait_to_complete) { in ixgbe_start_mac_link_82598()
703 bool autoneg_wait_to_complete) in ixgbe_setup_mac_link_82598() argument
740 autoneg_wait_to_complete); in ixgbe_setup_mac_link_82598()
757 bool autoneg_wait_to_complete) in ixgbe_setup_copper_link_82598() argument
765 autoneg_wait_to_complete); in ixgbe_setup_copper_link_82598()
767 ixgbe_start_mac_link_82598(hw, autoneg_wait_to_complete); in ixgbe_setup_copper_link_82598()
H A Dixgbe_vf.h99 bool autoneg_wait_to_complete);
101 bool *link_up, bool autoneg_wait_to_complete);
H A Dixgbe_hv_vf.c92 bool autoneg_wait_to_complete) in ixgbevf_hv_check_mac_link_vf() argument
97 UNREFERENCED_1PARAMETER(autoneg_wait_to_complete); in ixgbevf_hv_check_mac_link_vf()
H A Dixgbe_82599.c20 bool autoneg_wait_to_complete);
577 bool autoneg_wait_to_complete) in ixgbe_start_mac_link_82599() argument
607 if (autoneg_wait_to_complete) { in ixgbe_start_mac_link_82599()
744 bool autoneg_wait_to_complete) in ixgbe_setup_mac_link_smartspeed() argument
777 autoneg_wait_to_complete); in ixgbe_setup_mac_link_smartspeed()
812 autoneg_wait_to_complete); in ixgbe_setup_mac_link_smartspeed()
837 autoneg_wait_to_complete); in ixgbe_setup_mac_link_smartspeed()
856 bool autoneg_wait_to_complete) in ixgbe_setup_mac_link_82599() argument
936 if (autoneg_wait_to_complete) { in ixgbe_setup_mac_link_82599()
974 bool autoneg_wait_to_complete) in ixgbe_setup_copper_link_82599() argument
[all …]
H A Dixgbe_vf.c533 bool autoneg_wait_to_complete) in ixgbe_setup_mac_link_vf() argument
535 UNREFERENCED_3PARAMETER(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_vf()
549 bool *link_up, bool autoneg_wait_to_complete) in ixgbe_check_mac_link_vf() argument
556 UNREFERENCED_1PARAMETER(autoneg_wait_to_complete); in ixgbe_check_mac_link_vf()
H A Dixgbe_api.c607 bool autoneg_wait_to_complete) in ixgbe_setup_phy_link_speed() argument
610 autoneg_wait_to_complete), in ixgbe_setup_phy_link_speed()
690 bool autoneg_wait_to_complete) in ixgbe_setup_link() argument
693 autoneg_wait_to_complete), in ixgbe_setup_link()
707 bool autoneg_wait_to_complete) in ixgbe_setup_mac_link() argument
710 autoneg_wait_to_complete), in ixgbe_setup_mac_link()
H A Dixgbe_api.h52 bool autoneg_wait_to_complete);
58 bool autoneg_wait_to_complete);
60 bool autoneg_wait_to_complete);
H A Dixgbe_phy.h146 bool autoneg_wait_to_complete);
H A Dixgbe_x540.c165 bool autoneg_wait_to_complete) in ixgbe_setup_mac_link_X540() argument
168 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_X540()
H A Dixgbe_common.h167 bool autoneg_wait_to_complete);
/dpdk/drivers/net/ixgbe/
H A Dixgbe_82599_bypass.c93 bool autoneg_wait_to_complete) in ixgbe_setup_mac_link_multispeed_fixed_fiber() argument
141 autoneg_wait_to_complete); in ixgbe_setup_mac_link_multispeed_fixed_fiber()
189 autoneg_wait_to_complete); in ixgbe_setup_mac_link_multispeed_fixed_fiber()
215 highest_link_speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_multispeed_fixed_fiber()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.h82 bool autoneg_wait_to_complete);
99 bool autoneg_wait_to_complete);
101 bool autoneg_wait_to_complete);
103 bool autoneg_wait_to_complete);
H A Dtxgbe_hw.c24 bool autoneg_wait_to_complete);
2207 bool autoneg_wait_to_complete) in txgbe_setup_mac_link_multispeed_fiber() argument
2249 autoneg_wait_to_complete); in txgbe_setup_mac_link_multispeed_fiber()
2299 autoneg_wait_to_complete); in txgbe_setup_mac_link_multispeed_fiber()
2325 autoneg_wait_to_complete); in txgbe_setup_mac_link_multispeed_fiber()
3051 bool autoneg_wait_to_complete) in txgbe_setup_mac_link_smartspeed() argument
3082 autoneg_wait_to_complete); in txgbe_setup_mac_link_smartspeed()
3118 autoneg_wait_to_complete); in txgbe_setup_mac_link_smartspeed()
3143 autoneg_wait_to_complete); in txgbe_setup_mac_link_smartspeed()
3255 bool autoneg_wait_to_complete) in txgbe_setup_copper_link_raptor() argument
[all …]
H A Dtxgbe_vf.h47 bool *link_up, bool autoneg_wait_to_complete);
H A Dtxgbe_type.h543 bool autoneg_wait_to_complete);
545 bool autoneg_wait_to_complete);
653 bool autoneg_wait_to_complete);
/dpdk/drivers/net/ngbe/base/
H A Dngbe_phy_rtl.h82 u32 speed, bool autoneg_wait_to_complete);
H A Dngbe_phy_mvl.h101 u32 speed, bool autoneg_wait_to_complete);
H A Dngbe_phy_rtl.c138 u32 speed, bool autoneg_wait_to_complete) in ngbe_setup_phy_link_rtl() argument
143 UNREFERENCED_PARAMETER(autoneg_wait_to_complete); in ngbe_setup_phy_link_rtl()
H A Dngbe_phy_mvl.c132 bool autoneg_wait_to_complete) in ngbe_setup_phy_link_mvl() argument
138 UNREFERENCED_PARAMETER(autoneg_wait_to_complete); in ngbe_setup_phy_link_mvl()
H A Dngbe_phy_yt.h92 u32 speed, bool autoneg_wait_to_complete);
H A Dngbe_hw.h34 bool autoneg_wait_to_complete);
H A Dngbe_phy_yt.c125 bool autoneg_wait_to_complete) in ngbe_setup_phy_link_yt() argument
131 UNREFERENCED_PARAMETER(autoneg_wait_to_complete); in ngbe_setup_phy_link_yt()
H A Dngbe_type.h278 bool autoneg_wait_to_complete);
355 bool autoneg_wait_to_complete);

12