Searched refs:link_up (Results 1 - 25 of 49) 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_kstats.c754 kstat_named_init(&hxgekp->link_up, "link_up", KSTAT_DATA_ULONG);
873 hxgekp->link_up.value.ul = statsp->mac_stats.link_up;
1047 val = statsp->mac_stats.link_up;
/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/uts/common/io/ixgbe/core/
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_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_vf.h128 bool *link_up, bool autoneg_wait_to_complete);
H A Dixgbe_x550.h103 bool *link_up, bool link_up_wait_to_complete);
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...]
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_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_api.h77 bool *link_up);
90 bool *link_up, bool link_up_wait_to_complete);
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_phy.h181 bool *link_up);
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_common.h147 bool *link_up, bool link_up_wait_to_complete);
/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/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/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/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c632 if (vars->link_up) {
1592 if (!vars->link_up)
2477 if (!vars->link_up)
5331 vars->link_up = (vars->link_status & LINK_STATUS_LINK_UP);
5332 if (vars->link_up) {
6266 u16 gp_status, duplex = DUPLEX_HALF, link_up = 0, speed_mask; local
6277 link_up = 1;
6280 gp_status, link_up, speed_mask);
6281 rc = elink_get_link_speed_duplex(phy, params, vars, link_up, speed_mask,
6342 u16 gp_status1, gp_speed, link_up, duple local
7150 u16 link_up; local
8264 u8 link_up = 0; local
8459 u8 link_up = 0; local
9693 u8 link_up = 0; local
9919 u8 link_up = elink_8706_8726_read_status(phy, params, vars); local
10333 u8 link_up = 0; local
11223 u8 link_up = 0; local
12061 u8 link_up = 0; local
12263 u8 link_up; local
[all...]
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c680 erip->stats.link_up = LINK_STATE_DOWN;
1173 erip->stats.link_up = LINK_STATE_DOWN;
1182 erip->stats.link_up = LINK_STATE_DOWN;
1195 erip->stats.link_up = LINK_STATE_DOWN;
1764 erip->stats.link_up = LINK_STATE_DOWN;
2305 if (erip->stats.link_up == LINK_STATE_UP)
2310 erip->stats.link_up = LINK_STATE_DOWN;
2364 erip->stats.link_up = LINK_STATE_DOWN;
2374 erip->stats.link_up = LINK_STATE_DOWN;
2832 erip->stats.link_up
[all...]
H A Deri.h164 uint32_t link_up; member in struct:stats
/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/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/drivers/common/lm/device/
H A Dlm_niv.c218 if (pdev->vars.link.link_up)

Completed in 323 milliseconds

12