Searched defs:link_up (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac.h52 uint32_t link_up; member in struct:_hxge_mac_stats
H A Dhxge.h433 kstat_named_t link_up; member in struct:_hxge_port_kstat_t
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-driver.h183 * @link_up: See xge_uld_link_up_f{}.
206 xge_uld_link_up_f link_up; member in struct:xge_hal_uld_cbs_t
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclkstat.c51 #define LINK_UP "link_up"
206 uint64_t collisions, runt, link_up, link_duplex; local
215 link_up = port_datap->value.ui32;
217 link_up = port_datap->value.ui64;
219 if (link_up == 0) {
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82541.c64 bool link_up);
660 * @link_up: boolean flag for link up status
669 bool link_up)
685 if (link_up) {
668 e1000_config_dsp_after_link_change_82541(struct e1000_hw *hw, bool link_up) argument
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c537 * @link_up: TRUE is link is up, FALSE otherwise
543 bool *link_up, bool autoneg_wait_to_complete)
616 *link_up = !mac->get_link_status;
542 ixgbe_check_mac_link_vf(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool autoneg_wait_to_complete) argument
H A Dixgbe_x540.c959 bool link_up; local
968 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
969 if (link_up == FALSE) {
H A Dixgbe_82598.c55 ixgbe_link_speed *speed, bool *link_up,
417 bool link_up; local
445 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
446 if (link_up && link_speed == IXGBE_LINK_SPEED_1GB_FULL) {
636 * @link_up: TRUE is link is up, FALSE otherwise
642 ixgbe_link_speed *speed, bool *link_up,
666 *link_up = TRUE;
669 *link_up = FALSE;
681 *link_up = TRUE;
683 *link_up
641 ixgbe_check_mac_link_82598(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
[all...]
H A Dixgbe_82599.c780 bool link_up = FALSE; local
822 status = ixgbe_check_link(hw, &link_speed, &link_up,
827 if (link_up)
857 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
861 if (link_up)
871 if (link_up && (link_speed == IXGBE_LINK_SPEED_1GB_FULL))
1035 bool link_up = FALSE; local
1080 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
1081 if (link_up)
H A Dixgbe_phy.c1030 bool *link_up)
1042 *link_up = FALSE;
1060 *link_up = TRUE;
1029 ixgbe_check_phy_link_tnx(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up) argument
H A Dixgbe_api.c592 bool *link_up)
595 link_up), IXGBE_NOT_IMPLEMENTED);
631 bool *link_up, bool link_up_wait_to_complete)
634 link_up, link_up_wait_to_complete),
591 ixgbe_check_phy_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up) argument
630 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
H A Dixgbe_x550.c1546 bool link_up = FALSE; local
1599 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
1600 if (link_up)
1896 * @link_up: address of boolean to indicate link status
1900 static s32 ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up) argument
1905 *link_up = FALSE;
1920 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS);
1940 bool link_up; local
1948 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up);
1952 if (!link_up)
2695 bool link_up; local
3041 ixgbe_check_link_t_X550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
[all...]
H A Dixgbe_common.c164 bool link_up; local
172 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
174 if (link_up)
3009 bool link_up; local
3025 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3026 if (!link_up) {
3365 bool link_up = 0; local
3377 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
3379 if (!link_up) {
4055 * @link_up
4060 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
4774 bool autoneg, link_up = FALSE; local
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c2611 boolean_t *link_up)
2620 *link_up = B_TRUE;
2622 *link_up = B_FALSE;
2610 npi_mac_get_link_status(npi_handle_t handle, uint8_t portn, boolean_t *link_up) argument
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac.h152 uint32_t link_up; member in struct:_nxge_mac_stats
/illumos-gate/usr/src/uts/common/io/myri10ge/firmware/
H A Dmyri10ge_mcp.h489 uint32_t link_up; member in struct:mcp_irq_data
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_hlib.c3071 boolean_t link_retry, link_up; local
3127 link_up = B_FALSE;
3130 for (loop = 0; (loop < link_retry_count) && (link_up == B_FALSE);
3160 for (i = 0; (i < 2) && (link_up == B_FALSE); i++) {
3173 link_up = B_TRUE;
3181 if (link_up == B_FALSE) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h484 u8 link_up; member in struct:elink_vars
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c123 nxge_link_state_t *link_up);
289 nxgep->statsp->mac_stats.link_up) {
1092 if (statsp->mac_stats.link_up) {
1115 if (statsp->mac_stats.link_up) {
4018 statsp->mac_stats.link_up = 1;
4022 statsp->mac_stats.link_up = 1;
4939 statsp->mac_stats.link_up = 0;
5318 statsp->mac_stats.link_up = 0;
5600 nxge_link_state_t *link_up)
5619 *link_up
5599 nxge_mii_check(p_nxge_t nxgep, mii_bmsr_t bmsr, mii_bmsr_t bmsr_ints, nxge_link_state_t *link_up) argument
5827 nxge_pcs_check(p_nxge_t nxgep, uint8_t portn, nxge_link_state_t *link_up) argument
6047 nxge_link_state_t link_up; local
6193 boolean_t link_up; local
6741 nxge_link_state_t link_up; local
6786 nxge_tn1010_check(p_nxge_t nxgep, nxge_link_state_t *link_up) argument
7173 nxge_check_bcm8704_link(p_nxge_t nxgep, boolean_t *link_up) argument
7292 nxge_check_mrvl88x2011_link(p_nxge_t nxgep, boolean_t *link_up) argument
7362 nxge_check_nlp2020_link(p_nxge_t nxgep, boolean_t *link_up) argument
8673 uint8_t phy_port_addr, autoneg_stat, link_up; local
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h244 struct kstat_named link_up; member in struct:myri10ge_nic_stat
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1693 boolean_t link_up = B_FALSE; local
1713 link_up = B_TRUE;
1715 link_up = !hw->mac.get_link_status;
1718 link_up = B_TRUE;
1723 link_up = (E1000_READ_REG(hw, E1000_STATUS) &
1728 link_up = hw->mac.serdes_has_link;
1732 return (link_up);
5385 boolean_t link_up; local
5439 link_up = e1000g_link_up(Adapter);
5443 if (!link_up) {
[all...]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3159 boolean_t link_up = B_FALSE; local
3173 link_up = !hw->mac.get_link_status;
3175 link_up = B_TRUE;
3180 link_up = (E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU);
3184 link_up = hw->mac.serdes_has_link;
3188 return (link_up);
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3668 boolean_t link_up = B_FALSE; local
3673 (void) ixgbe_check_link(hw, &speed, &link_up, B_FALSE);
3674 if (link_up) {
3793 boolean_t link_up; local
3798 (void) ixgbe_check_link(hw, &speed, &link_up, B_FALSE);
3801 if (((eicr & IXGBE_EICR_GPI_SDP0_BY_MAC(hw)) && (!link_up)) ||
5752 boolean_t link_up = B_FALSE; local
5760 (void) ixgbe_check_link(hw, &speed, &link_up, B_FALSE);
5767 if (link_up) {
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.h164 uint32_t link_up; member in struct:stats
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c2555 * @link_up: pointer to bool (TRUE/FALSE = linkup/linkdown)
2557 * Variable link_up TRUE if link is up, FALSE if link is down.
2558 * The variable link_up is invalid if returned value of status != I40E_SUCCESS
2562 enum i40e_status_code i40e_get_link_status(struct i40e_hw *hw, bool *link_up) argument
2574 *link_up = hw->phy.link_info.link_info & I40E_AQ_LINK_UP;

Completed in 196 milliseconds

12