| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_82599_bypass.c | 101 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 D | ixgbe_82598.c | 387 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 D | ixgbe_x550.c | 2472 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 D | ixgbe_hv_vf.c | 91 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 D | ixgbe_common.c | 136 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 D | ixgbe_82599.c | 749 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 D | txgbe_hw.c | 43 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 D | txgbe_vf.h | 47 bool *link_up, bool autoneg_wait_to_complete);
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | elink.c | 6514 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 D | qede_if.h | 89 bool link_up; member 108 bool link_up; member
|
| H A D | qede_main.c | 529 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 D | ngbe_phy_rtl.c | 304 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 D | ngbe_phy_mvl.c | 322 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 D | ngbe_phy_yt.c | 404 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 D | ngbe_hw.c | 1020 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 D | ngbe_phy_rtl.h | 90 u32 *speed, bool *link_up);
|
| H A D | ngbe_phy_mvl.h | 99 u32 *speed, bool *link_up);
|
| /dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_rawdev_api.h | 58 int link_up; member
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic.h | 62 bool link_up; member
|
| H A D | ionic_lif.c | 1213 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 D | cnxk_bphy_cgx.c | 81 link_info->link_up = rlink_info.link_up; in cnxk_bphy_cgx_process_buf()
|
| H A D | cnxk_bphy_cgx_test.c | 25 if (link_info.link_up == cond) in cnxk_bphy_cgx_link_cond()
|
| /dpdk/drivers/net/liquidio/ |
| H A D | lio_struct.h | 527 uint64_t link_up : 1; member 539 uint64_t link_up : 1;
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_bphy_cgx.h | 87 bool link_up; member
|
| /dpdk/drivers/net/thunderx/ |
| H A D | nicvf_struct.h | 93 uint8_t link_up; member
|