Home
last modified time | relevance | path

Searched refs:link_up (Results 1 – 25 of 92) sorted by relevance

1234

/dpdk/drivers/net/ixgbe/
H A Dixgbe_82599_bypass.c101 bool link_up = false; in ixgbe_setup_mac_link_multispeed_fixed_fiber() local
122 status = ixgbe_check_link(hw, &link_speed, &link_up, false); in ixgbe_setup_mac_link_multispeed_fixed_fiber()
126 if ((link_speed == IXGBE_LINK_SPEED_10GB_FULL) && link_up) in ixgbe_setup_mac_link_multispeed_fixed_fiber()
159 &link_up, false); in ixgbe_setup_mac_link_multispeed_fixed_fiber()
163 if (link_up) in ixgbe_setup_mac_link_multispeed_fixed_fiber()
174 status = ixgbe_check_link(hw, &link_speed, &link_up, false); in ixgbe_setup_mac_link_multispeed_fixed_fiber()
178 if ((link_speed == IXGBE_LINK_SPEED_1GB_FULL) && link_up) in ixgbe_setup_mac_link_multispeed_fixed_fiber()
200 status = ixgbe_check_link(hw, &link_speed, &link_up, false); in ixgbe_setup_mac_link_multispeed_fixed_fiber()
204 if (link_up) in ixgbe_setup_mac_link_multispeed_fixed_fiber()
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82598.c387 bool link_up; in ixgbe_fc_enable_82598() local
637 *link_up = true; in ixgbe_check_mac_link_82598()
640 *link_up = false; in ixgbe_check_mac_link_82598()
652 *link_up = true; in ixgbe_check_mac_link_82598()
654 *link_up = false; in ixgbe_check_mac_link_82598()
657 if (*link_up == false) in ixgbe_check_mac_link_82598()
665 *link_up = true; in ixgbe_check_mac_link_82598()
668 *link_up = false; in ixgbe_check_mac_link_82598()
675 *link_up = true; in ixgbe_check_mac_link_82598()
677 *link_up = false; in ixgbe_check_mac_link_82598()
[all …]
H A Dixgbe_x550.c2472 if (link_up) in ixgbe_reset_hw_X550em()
2931 *link_up = false; in ixgbe_ext_phy_t_x550em_get_link()
2966 bool link_up; in ixgbe_setup_internal_phy_t_x550em() local
2980 if (!link_up) in ixgbe_setup_internal_phy_t_x550em()
2994 if (!link_up) in ixgbe_setup_internal_phy_t_x550em()
3754 bool link_up; in ixgbe_enter_lplu_t_x550em() local
3987 bool link_up; in ixgbe_fc_autoneg_backplane_x550em_a() local
4001 if (!link_up) { in ixgbe_fc_autoneg_backplane_x550em_a()
4076 bool link_up; in ixgbe_fc_autoneg_sgmii_x550em_a() local
4090 if (!link_up) { in ixgbe_fc_autoneg_sgmii_x550em_a()
[all …]
H A Dixgbe_hv_vf.c91 bool *link_up, in ixgbevf_hv_check_mac_link_vf() argument
160 *link_up = !mac->get_link_status; in ixgbevf_hv_check_mac_link_vf()
H A Dixgbe_common.c136 bool link_up; in ixgbe_device_supports_autoneg_fc() local
154 if (link_up) in ixgbe_device_supports_autoneg_fc()
3068 bool link_up; in ixgbe_fc_autoneg() local
3086 if (!link_up) { in ixgbe_fc_autoneg()
3425 bool link_up = 0; in ixgbe_blink_led_start_generic() local
3442 if (!link_up) { in ixgbe_blink_led_start_generic()
4167 *link_up = false; in ixgbe_check_mac_link_generic()
4186 *link_up = true; in ixgbe_check_mac_link_generic()
4196 *link_up = true; in ixgbe_check_mac_link_generic()
5270 if (link_up) in ixgbe_setup_mac_link_multispeed_fiber()
[all …]
H A Dixgbe_82599.c749 bool link_up = false; in ixgbe_setup_mac_link_smartspeed() local
791 status = ixgbe_check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_smartspeed()
796 if (link_up) in ixgbe_setup_mac_link_smartspeed()
826 status = ixgbe_check_link(hw, &link_speed, &link_up, false); in ixgbe_setup_mac_link_smartspeed()
830 if (link_up) in ixgbe_setup_mac_link_smartspeed()
840 if (link_up && (link_speed == IXGBE_LINK_SPEED_1GB_FULL)) in ixgbe_setup_mac_link_smartspeed()
1004 bool link_up = false; in ixgbe_reset_hw_82599() local
1049 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_82599()
1050 if (link_up) in ixgbe_reset_hw_82599()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c43 bool link_up; in txgbe_device_supports_autoneg_fc() local
50 if (link_up) in txgbe_device_supports_autoneg_fc()
1126 bool link_up; in txgbe_fc_autoneg() local
1140 if (!link_up) { in txgbe_fc_autoneg()
1839 *link_up = false; in txgbe_check_mac_link()
1860 *link_up = true; in txgbe_check_mac_link()
1868 *link_up = true; in txgbe_check_mac_link()
2270 if (link_up) in txgbe_setup_mac_link_multispeed_fiber()
2314 if (link_up) in txgbe_setup_mac_link_multispeed_fiber()
3101 if (link_up) in txgbe_setup_mac_link_smartspeed()
[all …]
H A Dtxgbe_vf.h47 bool *link_up, bool autoneg_wait_to_complete);
/dpdk/drivers/net/bnx2x/
H A Delink.c6514 link_up = 1; in elink_link_settings_status()
6589 link_up); in elink_warpcore_read_status()
6600 if (link_up) in elink_warpcore_read_status()
6695 link_up = !!link_up; in elink_warpcore_read_status()
8555 link_up = 1; in elink_8073_read_status()
8560 link_up = 1; in elink_8073_read_status()
8565 link_up = 1; in elink_8073_read_status()
8570 link_up = 0; in elink_8073_read_status()
10556 link_up = 1; in elink_8727_read_status()
10561 link_up = 1; in elink_8727_read_status()
[all …]
/dpdk/drivers/net/qede/
H A Dqede_if.h89 bool link_up; member
108 bool link_up; member
H A Dqede_main.c529 if (link.link_up) in qed_fill_link()
530 if_link->link_up = true; in qed_fill_link()
532 if (link.link_up) in qed_fill_link()
632 rc = ecore_mcp_set_link(hwfn, ptt, params->link_up); in qed_set_link()
/dpdk/drivers/net/ngbe/base/
H A Dngbe_phy_rtl.c304 s32 ngbe_check_phy_link_rtl(struct ngbe_hw *hw, u32 *speed, bool *link_up) in ngbe_check_phy_link_rtl() argument
315 *link_up = false; in ngbe_check_phy_link_rtl()
327 *link_up = true; in ngbe_check_phy_link_rtl()
H A Dngbe_phy_mvl.c322 u32 *speed, bool *link_up) in ngbe_check_phy_link_mvl() argument
331 *link_up = false; in ngbe_check_phy_link_mvl()
346 *link_up = true; in ngbe_check_phy_link_mvl()
H A Dngbe_phy_yt.c404 u32 *speed, bool *link_up) in ngbe_check_phy_link_yt() argument
413 *link_up = false; in ngbe_check_phy_link_yt()
424 *link_up = true; in ngbe_check_phy_link_yt()
H A Dngbe_hw.c1020 bool link_up; in ngbe_fc_autoneg() local
1033 hw->mac.check_link(hw, &speed, &link_up, false); in ngbe_fc_autoneg()
1034 if (!link_up) { in ngbe_fc_autoneg()
1528 bool *link_up, bool link_up_wait_to_complete) in ngbe_check_mac_link_em() argument
1538 status = hw->phy.check_link(hw, speed, link_up); in ngbe_check_mac_link_em()
1539 if (*link_up) in ngbe_check_mac_link_em()
1544 status = hw->phy.check_link(hw, speed, link_up); in ngbe_check_mac_link_em()
H A Dngbe_phy_rtl.h90 u32 *speed, bool *link_up);
H A Dngbe_phy_mvl.h99 u32 *speed, bool *link_up);
/dpdk/drivers/net/ipn3ke/
H A Dipn3ke_rawdev_api.h58 int link_up; member
/dpdk/drivers/net/ionic/
H A Dionic.h62 bool link_up; member
H A Dionic_lif.c1213 bool link_up; in ionic_link_status_check() local
1220 link_up = (lif->info->status.link_status == IONIC_PORT_OPER_STATUS_UP); in ionic_link_status_check()
1222 if ((link_up && adapter->link_up) || in ionic_link_status_check()
1223 (!link_up && !adapter->link_up)) in ionic_link_status_check()
1226 if (link_up) { in ionic_link_status_check()
1235 adapter->link_up = link_up; in ionic_link_status_check()
/dpdk/drivers/raw/cnxk_bphy/
H A Dcnxk_bphy_cgx.c81 link_info->link_up = rlink_info.link_up; in cnxk_bphy_cgx_process_buf()
H A Dcnxk_bphy_cgx_test.c25 if (link_info.link_up == cond) in cnxk_bphy_cgx_link_cond()
/dpdk/drivers/net/liquidio/
H A Dlio_struct.h527 uint64_t link_up : 1; member
539 uint64_t link_up : 1;
/dpdk/drivers/common/cnxk/
H A Droc_bphy_cgx.h87 bool link_up; member
/dpdk/drivers/net/thunderx/
H A Dnicvf_struct.h93 uint8_t link_up; member

1234