Searched refs:link_up (Results 1 - 25 of 64) sorted by last modified time

123

/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_port.c154 state->link_state = !!(qport_context->link_up & MLX4_EN_LINK_UP_MASK);
H A Den_port.h97 u8 link_up; member in struct:mlx4_en_query_port_context
/freebsd-9.3-release/sys/mips/rmi/dev/xlr/
H A Drge.c819 if (sc->link_up) {
1113 sc->link_up = 0;
1115 sc->link_up = 1;
H A Drge.h1060 int link_up; member in struct:rge_softc
/freebsd-9.3-release/sys/mips/cavium/
H A Dif_octm.c382 if (!link_info.s.link_up)
/freebsd-9.3-release/sys/mips/cavium/octe/
H A Dethernet-common.c196 if (!link_info.s.link_up)
H A Dethernet.c126 if (link_info.s.link_up) {
H A Docte.c380 if (!link_info.s.link_up)
/freebsd-9.3-release/sys/contrib/octeon-sdk/
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-rgmii.c308 result.s.link_up = 1;
390 if (!link_info.s.link_up)
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-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-srio.c267 result.s.link_up = 1;
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.c1243 if (!link_info.s.link_up)
1251 if (link_info.s.link_up)
1301 result.s.link_up = 1;
H A Dcvmx-helper.h93 uint64_t link_up : 1; /**< Is the physical link up? */ member in struct:__anon6447::__anon6448
H A Dcvmx-mgmt-port.c889 result.s.link_up = 1;
931 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;
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.c884 if (!adapter->hw.link_up)
1150 if (adapter->hw.link_up) {
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);
H A Dixgb_hw.h710 boolean_t link_up; /* TRUE if link is valid */ member in struct:ixgb_hw
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_82541.c64 bool link_up);
665 * @link_up: boolean flag for link up status
674 bool link_up)
690 if (link_up) {
673 e1000_config_dsp_after_link_change_82541(struct e1000_hw *hw, bool link_up) argument
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_hw.c271 if (ha->hw.link_up) {
2619 ha->hw.link_up = 0;
2624 prev_link_state = ha->hw.link_up;
2627 ha->hw.link_up = (((link_state & 0xF) == 1)? 1 : 0);
2629 ha->hw.link_up = ((((link_state >> 4)& 0xF) == 1)? 1 : 0);
2631 if (prev_link_state != ha->hw.link_up) {
2632 if (ha->hw.link_up) {
H A Dql_hw.h1478 uint8_t link_up; member in struct:_qla_hw
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 164 milliseconds

123