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

1234

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-spi.c217 result.s.link_up = 1;
224 result.s.link_up = inband.s.status;
239 result.s.link_up = 0;
247 result.s.link_up = 1;
H A Dcvmx-helper-board.c673 result.s.link_up = 1;
713 result.s.link_up = 1;
718 result.s.link_up = 1;
723 result.s.link_up = 1;
728 result.s.link_up = 1;
733 result.s.link_up = 1;
738 result.s.link_up = 1;
743 result.s.link_up = 1;
765 result.s.link_up = inband_status.s.status;
936 result.s.link_up
[all...]
H A Dcvmx-helper-sgmii.c306 pcsx_miscx_ctl_reg.s.gmxeno = !link_info.s.link_up;
309 if (link_info.s.link_up)
577 result.s.link_up = 1;
605 result.s.link_up = 1;
631 result.s.link_up = inband_status.s.link_ok;/* this is only accurate for 1000-base x */
647 result.s.link_up = 0;
674 result.s.link_up = pcsx_anx_results_reg.s.link_ok;
688 result.s.link_up = 0;
696 result.s.link_up = 0;
726 if (link_info.s.link_up || !__cvmx_helper_need_g1561
[all...]
H A Dcvmx-helper.h145 uint64_t link_up : 1; /**< Is the physical link up? */ member in struct:__anon10116::__anon10117
H A Dcvmx-helper-ilk.c375 result.s.link_up = 1;
383 if (result.s.link_up)
H A Dcvmx-helper-xaui.c370 result.s.link_up = 1;
429 if (!link_info.s.link_up)
/freebsd-13-stable/sys/dev/vnic/
H A Dthunder_bgx_var.h39 boolean_t link_up; member in struct:lmac
H A Dthunder_bgx.c311 link->link_up = lmac->link_up;
353 if (lmac->link_up) {
440 lmac->link_up = true;
442 lmac->link_up = false;
817 lmac->link_up = 1;
824 lmac->link_up = 0;
827 if (lmac->last_link != lmac->link_up) {
828 lmac->last_link = lmac->link_up;
829 if (lmac->link_up)
[all...]
H A Dnic.h313 boolean_t link_up; member in struct:nicvf
466 uint8_t link_up; member in struct:bgx_link_status
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_inline.h49 if (ha->link_up) {
H A Dqls_isr.c332 ha->link_up = 1;
336 ha->link_up = 0;
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_82598.c56 ixgbe_link_speed *speed, bool *link_up,
418 bool link_up; local
446 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
447 if (link_up && link_speed == IXGBE_LINK_SPEED_1GB_FULL) {
638 * @link_up: TRUE is link is up, FALSE otherwise
644 ixgbe_link_speed *speed, bool *link_up,
668 *link_up = TRUE;
671 *link_up = FALSE;
683 *link_up = TRUE;
685 *link_up
643 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_vf.h130 bool *link_up, bool autoneg_wait_to_complete);
H A Dixgbe_x550.c2430 bool link_up = FALSE; local
2492 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
2493 if (link_up)
2943 * @link_up: address of boolean to indicate link status
2947 static s32 ixgbe_ext_phy_t_x550em_get_link(struct ixgbe_hw *hw, bool *link_up) argument
2952 *link_up = FALSE;
2967 *link_up = !!(autoneg_status & IXGBE_MDIO_AUTO_NEG_LINK_STATUS);
2987 bool link_up; local
2997 status = ixgbe_ext_phy_t_x550em_get_link(hw, &link_up);
3001 if (!link_up)
3762 bool link_up; local
3995 bool link_up; local
4084 bool link_up; local
4481 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_82599.c785 bool link_up = FALSE; local
827 status = ixgbe_check_link(hw, &link_speed, &link_up,
832 if (link_up)
862 status = ixgbe_check_link(hw, &link_speed, &link_up, FALSE);
866 if (link_up)
876 if (link_up && (link_speed == IXGBE_LINK_SPEED_1GB_FULL))
1040 bool link_up = FALSE; local
1085 hw->mac.ops.check_link(hw, &link_speed, &link_up, FALSE);
1086 if (link_up)
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_init_eth_lm.c1044 static int al_eth_lm_check_for_link(struct al_eth_lm_context *lm_context, boolean_t *link_up) argument
1052 if (status.link_up == AL_TRUE) {
1056 *link_up = AL_TRUE;
1073 *link_up = AL_FALSE;
1190 if (status.link_up) {
1275 al_eth_lm_link_establish(struct al_eth_lm_context *lm_context, boolean_t *link_up) argument
1282 *link_up = TRUE;
1287 *link_up = FALSE;
1302 *link_up = FALSE;
1319 *link_up
[all...]
H A Dal_init_eth_lm.h47 * al_bool link_up;
82 * rc = al_eth_lm_link_establish($lm_context, &link_up);
89 * if (link_up)
311 * @param link_up set to true in case link is establish successfully
316 boolean_t *link_up);
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_rxtx.c77 (!lio->linfo.link.s.link_up)) {
79 lio->linfo.link.s.link_up);
238 (!lio->linfo.link.s.link_up))
255 (!lio->linfo.link.s.link_up))
/freebsd-13-stable/sys/dev/ice/
H A Dice_iflib.h201 * @link_up: boolean indicating if link is up
272 bool link_up; member in struct:ice_softc
/freebsd-13-stable/sys/dev/mxge/
H A Dmxge_mcp.h485 uint32_t link_up; member in struct:mcp_irq_data
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_def.h121 link_up :1, member in struct:qla_host::__anon14154
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_ioctl.h145 uint8_t link_up; member in struct:qla_drvr_state_hdr
/freebsd-13-stable/sys/dev/sume/
H A Dadapter.h173 uint32_t link_up; member in struct:nf_priv
/freebsd-13-stable/sys/dev/ixl/
H A Diavf.h135 bool link_up; member in struct:iavf_sc
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.c1235 if (vars->link_up) {
2188 if (!vars->link_up)
3053 if (!vars->link_up)
5541 vars->link_up = (vars->link_status & LINK_STATUS_LINK_UP);
5542 if (vars->link_up) {
6463 uint16_t gp_status, duplex = DUPLEX_HALF, link_up = 0, speed_mask; local
6482 link_up = 1;
6485 gp_status, link_up, speed_mask);
6486 rc = elink_get_link_speed_duplex(phy, params, vars, link_up, speed_mask,
6545 uint16_t gp_status1, gp_speed, link_up, duple local
7336 uint16_t link_up; local
8422 uint8_t link_up = 0; local
8612 uint8_t link_up = 0; local
9742 uint8_t link_up = 0; local
9968 uint8_t link_up = elink_8706_8726_read_status(phy, params, vars); local
10378 uint8_t link_up = 0; local
11350 uint8_t link_up = 0; local
12117 uint8_t link_up = 0; local
12315 uint8_t link_up; local
[all...]

Completed in 167 milliseconds

1234