/titanic_44/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_82598.c | 55 ixgbe_link_speed *speed, bool *link_up, 417 bool link_up; in ixgbe_fc_enable_82598() local 445 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_fc_enable_82598() 446 if (link_up && link_speed == IXGBE_LINK_SPEED_1GB_FULL) { in ixgbe_fc_enable_82598() 642 ixgbe_link_speed *speed, bool *link_up, in ixgbe_check_mac_link_82598() argument 666 *link_up = TRUE; in ixgbe_check_mac_link_82598() 669 *link_up = FALSE; in ixgbe_check_mac_link_82598() 681 *link_up = TRUE; in ixgbe_check_mac_link_82598() 683 *link_up = FALSE; in ixgbe_check_mac_link_82598() 686 if (*link_up == FALSE) in ixgbe_check_mac_link_82598() [all …]
|
H A D | ixgbe_x550.c | 1546 bool link_up = FALSE; in ixgbe_reset_hw_X550em() local 1599 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_reset_hw_X550em() 1600 if (link_up) in ixgbe_reset_hw_X550em() 1900 static s32 ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up) in ixgbe_ext_phy_t_x550em_get_link() argument 1905 *link_up = FALSE; in ixgbe_ext_phy_t_x550em_get_link() 1920 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS); in ixgbe_ext_phy_t_x550em_get_link() 1940 bool link_up; in ixgbe_setup_internal_phy_t_x550em() local 1948 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_setup_internal_phy_t_x550em() 1952 if (!link_up) in ixgbe_setup_internal_phy_t_x550em() 1962 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up); in ixgbe_setup_internal_phy_t_x550em() [all …]
|
H A D | ixgbe_common.c | 164 bool link_up; in ixgbe_device_supports_autoneg_fc() local 172 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_device_supports_autoneg_fc() 174 if (link_up) in ixgbe_device_supports_autoneg_fc() 3009 bool link_up; in ixgbe_fc_autoneg() local 3025 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_fc_autoneg() 3026 if (!link_up) { in ixgbe_fc_autoneg() 3365 bool link_up = 0; in ixgbe_blink_led_start_generic() local 3377 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_blink_led_start_generic() 3379 if (!link_up) { in ixgbe_blink_led_start_generic() 4061 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_mac_link_generic() argument [all …]
|
H A D | ixgbe_82599.c | 780 bool link_up = FALSE; in ixgbe_setup_mac_link_smartspeed() local 822 status = ixgbe_check_link(hw, &link_speed, &link_up, in ixgbe_setup_mac_link_smartspeed() 827 if (link_up) in ixgbe_setup_mac_link_smartspeed() 857 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_setup_mac_link_smartspeed() 861 if (link_up) in ixgbe_setup_mac_link_smartspeed() 871 if (link_up && (link_speed == IXGBE_LINK_SPEED_1GB_FULL)) in ixgbe_setup_mac_link_smartspeed() 1035 bool link_up = FALSE; in ixgbe_reset_hw_82599() local 1080 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE); in ixgbe_reset_hw_82599() 1081 if (link_up) in ixgbe_reset_hw_82599()
|
H A D | ixgbe_vf.h | 128 bool *link_up, bool autoneg_wait_to_complete);
|
H A D | ixgbe_x540.c | 959 bool link_up; in ixgbe_blink_led_start_X540() local 968 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE); in ixgbe_blink_led_start_X540() 969 if (link_up == FALSE) { in ixgbe_blink_led_start_X540()
|
H A D | ixgbe_api.h | 77 bool *link_up); 90 bool *link_up, bool link_up_wait_to_complete);
|
H A D | ixgbe_api.c | 592 bool *link_up) in ixgbe_check_phy_link() argument 595 link_up), IXGBE_NOT_IMPLEMENTED); in ixgbe_check_phy_link() 631 bool *link_up, bool link_up_wait_to_complete) in ixgbe_check_link() argument 634 link_up, link_up_wait_to_complete), in ixgbe_check_link()
|
H A D | ixgbe_x550.h | 103 bool *link_up, bool link_up_wait_to_complete);
|
H A D | ixgbe_phy.h | 181 bool *link_up);
|
H A D | ixgbe_vf.c | 543 bool *link_up, bool autoneg_wait_to_complete) in ixgbe_check_mac_link_vf() argument 616 *link_up = !mac->get_link_status; in ixgbe_check_mac_link_vf()
|
H A D | ixgbe_common.h | 146 bool *link_up, bool link_up_wait_to_complete);
|
/titanic_44/usr/src/uts/common/io/nxge/ |
H A D | nxge_mac.c | 123 nxge_link_state_t *link_up); 289 nxgep->statsp->mac_stats.link_up) { in nxge_get_xcvr_type() 1092 if (statsp->mac_stats.link_up) { in nxge_xif_init() 1115 if (statsp->mac_stats.link_up) { in nxge_xif_init() 4018 statsp->mac_stats.link_up = 1; in nxge_tn1010_xcvr_init() 4022 statsp->mac_stats.link_up = 1; in nxge_tn1010_xcvr_init() 4939 statsp->mac_stats.link_up = 0; in nxge_mii_xcvr_init() 5318 statsp->mac_stats.link_up = 0; in nxge_mii_xcvr_fiber_init() 5600 nxge_link_state_t *link_up) in nxge_mii_check() argument 5619 *link_up = LINK_NO_CHANGE; in nxge_mii_check() [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclkstat.c | 206 uint64_t collisions, runt, link_up, link_duplex; in kstat_network_port_cond() local 215 link_up = port_datap->value.ui32; in kstat_network_port_cond() 217 link_up = port_datap->value.ui64; in kstat_network_port_cond() 219 if (link_up == 0) { in kstat_network_port_cond()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 632 if (vars->link_up) { in elink_ets_get_min_w_val_nig() 1592 if (!vars->link_up) in elink_pfc_statistic() 2477 if (!vars->link_up) in elink_update_pfc() 5331 vars->link_up = (vars->link_status & LINK_STATUS_LINK_UP); in elink_sync_link() 5332 if (vars->link_up) { in elink_sync_link() 6266 u16 gp_status, duplex = DUPLEX_HALF, link_up = 0, speed_mask; in elink_link_settings_status() local 6277 link_up = 1; in elink_link_settings_status() 6280 gp_status, link_up, speed_mask); in elink_link_settings_status() 6281 rc = elink_get_link_speed_duplex(phy, params, vars, link_up, speed_mask, in elink_link_settings_status() 6342 u16 gp_status1, gp_speed, link_up, duplex = DUPLEX_FULL; in elink_warpcore_read_status() local [all …]
|
/titanic_44/usr/src/uts/common/io/hxge/ |
H A D | hxge_vmac.h | 52 uint32_t link_up; member
|
H A D | hxge_kstats.c | 754 kstat_named_init(&hxgekp->link_up, "link_up", KSTAT_DATA_ULONG); in hxge_setup_kstats() 873 hxgekp->link_up.value.ul = statsp->mac_stats.link_up; in hxge_port_kstat_update() 1047 val = statsp->mac_stats.link_up; in hxge_m_stat()
|
/titanic_44/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-driver.h | 206 xge_uld_link_up_f link_up; member
|
/titanic_44/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 680 erip->stats.link_up = LINK_STATE_DOWN; in eri_attach() 1173 erip->stats.link_up = LINK_STATE_DOWN; in eri_loopback() 1182 erip->stats.link_up = LINK_STATE_DOWN; in eri_loopback() 1195 erip->stats.link_up = LINK_STATE_DOWN; in eri_loopback() 1764 erip->stats.link_up = LINK_STATE_DOWN; in eri_stop() 2305 if (erip->stats.link_up == LINK_STATE_UP) in eri_init() 2310 erip->stats.link_up = LINK_STATE_DOWN; in eri_init() 2364 erip->stats.link_up = LINK_STATE_DOWN; in eri_init() 2374 erip->stats.link_up = LINK_STATE_DOWN; in eri_init() 2832 erip->stats.link_up = LINK_STATE_DOWN; in eri_intr() [all …]
|
H A D | eri.h | 164 uint32_t link_up; member
|
/titanic_44/usr/src/uts/common/io/myri10ge/firmware/ |
H A D | myri10ge_mcp.h | 489 uint32_t link_up; member
|
/titanic_44/usr/src/uts/common/sys/nxge/ |
H A D | nxge_mac.h | 152 uint32_t link_up; member
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82541.c | 64 bool link_up); 669 bool link_up) in e1000_config_dsp_after_link_change_82541() argument 685 if (link_up) { in e1000_config_dsp_after_link_change_82541()
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_phy.c | 466 if( !link_vars->link_up ) in lm_get_speed_real_from_elink_line_speed() 686 if (!pdev->vars.link.link_up) in get_link_params() 826 (!pdev->vars.link.link_up)) in lm_cmng_update() 890 if (pdev->vars.link.link_up) in lm_link_report()
|
/titanic_44/usr/src/uts/sun4u/io/px/ |
H A D | px_hlib.c | 3071 boolean_t link_retry, link_up; in oberon_hp_pwron() local 3127 link_up = B_FALSE; in oberon_hp_pwron() 3130 for (loop = 0; (loop < link_retry_count) && (link_up == B_FALSE); in oberon_hp_pwron() 3160 for (i = 0; (i < 2) && (link_up == B_FALSE); i++) { in oberon_hp_pwron() 3173 link_up = B_TRUE; in oberon_hp_pwron() 3181 if (link_up == B_FALSE) { in oberon_hp_pwron()
|