Searched refs:link_up (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-spi.c195 result.s.link_up = 1;
202 result.s.link_up = inband.s.status;
217 result.s.link_up = 0;
225 result.s.link_up = 1;
H A Dcvmx-helper-board.c346 result.s.link_up = 1;
361 result.s.link_up = 1;
391 result.s.link_up = 1;
410 result.s.link_up = 1;
427 result.s.link_up = 1;
451 result.s.link_up = 1;
456 result.s.link_up = 1;
461 result.s.link_up = 1;
466 result.s.link_up = 1;
471 result.s.link_up
[all...]
H A Dcvmx-helper.h93 uint64_t link_up : 1; /**< Is the physical link up? */ member in struct:__anon6447::__anon6448
H A Dcvmx-helper-sgmii.c252 pcsx_miscx_ctl_reg.s.gmxeno = !link_info.s.link_up;
255 if (link_info.s.link_up)
425 result.s.link_up = 1;
435 result.s.link_up = 1;
470 result.s.link_up = pcsx_anx_results_reg.s.link_ok;
484 result.s.link_up = 0;
492 result.s.link_up = 0;
H A Dcvmx-helper-xaui.c238 if (!link_info.s.link_up)
272 result.s.link_up = 1;
310 if (!link_info.s.link_up)
H A Dcvmx-helper-rgmii.c308 result.s.link_up = 1;
390 if (!link_info.s.link_up)
H A Dcvmx-sriox-defs.h1265 uint64_t link_up : 1; /**< Serial Link going from Inactive to Active */ member in struct:cvmx_sriox_int_enable::cvmx_sriox_int_enable_s
1297 uint64_t link_up : 1;
1322 uint64_t link_up : 1; /**< Serial Link going from Inactive to Active */ member in struct:cvmx_sriox_int_enable::cvmx_sriox_int_enable_cn63xxp1
1354 uint64_t link_up : 1;
1629 uint64_t link_up : 1; /**< Serial Link going from Inactive to Active */ member in struct:cvmx_sriox_int_reg::cvmx_sriox_int_reg_s
1669 uint64_t link_up : 1;
1701 uint64_t link_up : 1; /**< Serial Link going from Inactive to Active */ member in struct:cvmx_sriox_int_reg::cvmx_sriox_int_reg_cn63xxp1
1741 uint64_t link_up : 1;
H A Dcvmx-helper-srio.c267 result.s.link_up = 1;
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_82598.c48 ixgbe_link_speed *speed, bool *link_up,
408 bool link_up; local
436 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
437 if (link_up && link_speed == IXGBE_LINK_SPEED_1GB_FULL) {
627 * @link_up: TRUE is link is up, FALSE otherwise
633 ixgbe_link_speed *speed, bool *link_up,
657 *link_up = TRUE;
660 *link_up = FALSE;
672 *link_up = TRUE;
674 *link_up
632 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.c736 bool autoneg, link_up = FALSE; local
756 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
760 if ((link_speed == IXGBE_LINK_SPEED_10GB_FULL) && link_up)
796 &link_up, FALSE);
800 if (link_up)
811 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
815 if ((link_speed == IXGBE_LINK_SPEED_1GB_FULL) && link_up)
845 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
849 if (link_up)
890 bool link_up local
1166 bool link_up = FALSE; local
[all...]
H A Dixgbe_api.c522 bool *link_up)
525 link_up), IXGBE_NOT_IMPLEMENTED);
550 bool *link_up, bool link_up_wait_to_complete)
553 link_up, link_up_wait_to_complete),
521 ixgbe_check_phy_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up) argument
549 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.h140 bool *link_up);
H A Dixgbe_vf.h125 bool *link_up, bool autoneg_wait_to_complete);
H A Dixgbe_api.h74 bool *link_up);
84 bool *link_up, bool link_up_wait_to_complete);
H A Dixgbe_x540.c944 bool link_up; local
953 hw->mac.ops.check_link(hw, &speed, &link_up, FALSE);
954 if (link_up == FALSE) {
H A Dixgbe_vf.c488 * @link_up: TRUE is link is up, FALSE otherwise
494 bool *link_up, bool autoneg_wait_to_complete)
552 *link_up = !mac->get_link_status;
493 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.h142 bool *link_up, bool link_up_wait_to_complete);
/freebsd-9.3-release/sys/dev/qlxge/
H A Dqls_inline.h47 if (ha->link_up) {
H A Dqls_isr.c345 ha->link_up = 1;
349 ha->link_up = 0;
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-driver.h188 * @link_up: See xge_uld_link_up_f{}.
211 xge_uld_link_up_f link_up; member in struct:xge_hal_uld_cbs_t
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_def.h119 link_up :1, member in struct:qla_host::__anon8869
/freebsd-9.3-release/sys/dev/mxge/
H A Dmxge_mcp.h491 uint32_t link_up; member in struct:mcp_irq_data
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe_elink.c1199 if (vars->link_up) {
2153 if (!vars->link_up)
3028 if (!vars->link_up)
5453 vars->link_up = (vars->link_status & LINK_STATUS_LINK_UP);
5454 if (vars->link_up) {
6372 uint16_t gp_status, duplex = DUPLEX_HALF, link_up = 0, speed_mask; local
6383 link_up = 1;
6386 gp_status, link_up, speed_mask);
6387 rc = elink_get_link_speed_duplex(phy, params, vars, link_up, speed_mask,
6446 uint16_t gp_status1, gp_speed, link_up, duple local
7225 uint16_t link_up; local
8272 uint8_t link_up = 0; local
8462 uint8_t link_up = 0; local
9582 uint8_t link_up = 0; local
9808 uint8_t link_up = elink_8706_8726_read_status(phy, params, vars); local
10218 uint8_t link_up = 0, oc_port = params->port; local
11055 uint8_t link_up = 0; local
11822 uint8_t link_up = 0; local
12020 uint8_t link_up; local
[all...]
/freebsd-9.3-release/sys/dev/ixgb/
H A Dixgb_hw.c926 hw->link_up = TRUE;
930 hw->link_up = ixgb_link_reset(hw);
936 hw->link_up = ixgb_link_reset(hw);
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_isr.c759 prev_link_state = ha->hw.link_up;
760 ha->hw.link_up = (((data & 0xFF) == 0) ? 0 : 1);
762 if (prev_link_state != ha->hw.link_up) {
763 if (ha->hw.link_up)

Completed in 213 milliseconds

123