Searched refs:link_up (Results 26 - 50 of 98) sorted by relevance

1234

/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.c1245 if (link_info->link_up)
2163 uint8_t link_up = link_info->link_up; local
2174 link_info->link_up = 1;
2176 link_info->link_up = 0;
2177 if (link_up != link_info->link_up)
2181 link_info->link_up = 0;
2194 if (link_info->link_up == link_info->last_link_up) {
2195 if (!link_info->link_up)
[all...]
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c964 if (!link_status && nf_priv->link_up) {
966 nf_priv->link_up = 0;
970 } else if (link_status && !nf_priv->link_up) {
971 nf_priv->link_up = 1;
995 if (nf_priv->link_up)
1168 nf_priv->link_up = 0;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-rgmii.c308 result.s.link_up = 1;
391 if (!link_info.s.link_up)
H A Dcvmx-helper-srio.c301 result.s.link_up = 1;
H A Dcvmx-sriox-defs.h1418 uint64_t link_up : 1; /**< Serial Link going from Inactive to Active */ member in struct:cvmx_sriox_int_enable::cvmx_sriox_int_enable_s
1450 uint64_t link_up : 1;
1475 uint64_t link_up : 1; /**< Serial Link going from Inactive to Active */ member in struct:cvmx_sriox_int_enable::cvmx_sriox_int_enable_cn63xxp1
1507 uint64_t link_up : 1;
1779 uint64_t link_up : 1; /**< Serial Link going from Inactive to Active */ member in struct:cvmx_sriox_int_reg::cvmx_sriox_int_reg_s
1820 uint64_t link_up : 1;
1852 uint64_t link_up : 1; /**< Serial Link going from Inactive to Active */ member in struct:cvmx_sriox_int_reg::cvmx_sriox_int_reg_cn63xxp1
1892 uint64_t link_up : 1;
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_common.h601 uint64_t link_up:1; member in struct:octeon_link_status::__anon6682
615 uint64_t link_up:1;
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_api.h78 bool *link_up);
91 bool *link_up, bool link_up_wait_to_complete);
H A Dixgbe_phy.h185 bool *link_up);
H A Dixgbe_x550.h120 bool *link_up, bool link_up_wait_to_complete);
H A Dixgbe_api.c589 bool *link_up)
592 link_up), IXGBE_NOT_IMPLEMENTED);
628 bool *link_up, bool link_up_wait_to_complete)
631 link_up, link_up_wait_to_complete),
588 ixgbe_check_phy_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up) argument
627 ixgbe_check_link(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *link_up, bool link_up_wait_to_complete) argument
H A Dixgbe_vf.c574 * @link_up: TRUE is link is up, FALSE otherwise
580 bool *link_up, bool autoneg_wait_to_complete)
669 *link_up = !mac->get_link_status;
579 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.h149 bool *link_up, bool link_up_wait_to_complete);
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-common.c232 if (!link_info.s.link_up)
H A Dethernet.c110 if (link_info.s.link_up) {
/freebsd-11-stable/sys/dev/vnic/
H A Dnic_main.c1216 if (nic->link[vf] == link.link_up)
1220 nic->link[vf] = link.link_up;
1225 mbx.link_status.link_up = link.link_up;
H A Dnicvf_main.c689 IFF_DRV_RUNNING) || !nic->link_up || (err != 0)) {
774 if (nic->link_up) {
944 nic->link_up = FALSE;
964 nic->link_up = mbx.link_status.link_up;
967 if (nic->link_up) {
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_def.h329 uint8_t link_up; member in struct:qla_host
H A Dqls_os.c1046 if (ha->link_up) {
1052 (ha->link_up ? "link_up" : "link_down")));
1090 if (!ha->link_up) {
1092 if (!ha->link_up) {
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_isr.c825 prev_link_state = ha->hw.link_up;
828 atomic_store_rel_8(&ha->hw.link_up, (uint8_t)data);
834 if (prev_link_state != ha->hw.link_up) {
835 if (ha->hw.link_up)
H A Dql_ioctl.c494 hdr->link_up = ha->hw.link_up;
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.c1763 ha->hw.flags.link_up = 0;
1768 prev_link_state = ha->hw.flags.link_up;
1771 ha->hw.flags.link_up = (((link_state & 0xF) == 1)? 1 : 0);
1773 ha->hw.flags.link_up = ((((link_state >> 4)& 0xF) == 1)? 1 : 0);
1775 if (prev_link_state != ha->hw.flags.link_up) {
1776 if (ha->hw.flags.link_up) {
H A Dqla_hw.h699 uint8_t link_up;/* 0 = down; else up */ member in struct:_qla_link_event
740 link_up :1; member in struct:_qla_hw::__anon11579
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h277 bool link_up; member in struct:qlnx_link_output
388 volatile int link_up; member in struct:qlnx_host
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c94 state->link_state = !!(qport_context->link_up & MLX4_EN_LINK_UP_MASK);
123 state->flags |= (qport_context->link_up & MLX4_EN_ANC_MASK) ?
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h482 al_bool link_up; member in struct:al_pcie_link_status

Completed in 318 milliseconds

1234