Home
last modified time | relevance | path

Searched refs:link_active (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfirewire.h305 link_active:1, member
363 link_active:1, member
H A Dfirewire.c1287 s->p0.phy_id, s->p0.link_active, s->p0.gap_count, in fw_print_sid()
1341 (self_id->p0.link_active && self_id->p0.contender)) in fw_sidrcv()
1707 if (!fwsid || !fwsid->p0.link_active) { in fw_explore()
2291 if (self_id->p0.link_active && self_id->p0.contender) in fw_bmr()
/freebsd/sys/dev/igc/
H A Dif_igc.h347 u16 link_active; member
H A Dif_igc.c1198 if (!sc->link_active) { in igc_if_media_status()
1413 if (link_check && (sc->link_active == 0)) { in igc_if_update_admin_status()
1421 sc->link_active = 1; in igc_if_update_admin_status()
1424 } else if (!link_check && (sc->link_active == 1)) { in igc_if_update_admin_status()
1427 sc->link_active = 0; in igc_if_update_admin_status()
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h250 bool link_active; member
H A Dif_iavf_iflib.c1762 if (vsi->link_active == FALSE) { in iavf_update_link_status()
1763 vsi->link_active = TRUE; in iavf_update_link_status()
1769 if (vsi->link_active == TRUE) { in iavf_update_link_status()
1770 vsi->link_active = FALSE; in iavf_update_link_status()
/freebsd/sys/dev/ixgbe/
H A Dif_ixv.c764 if (!sc->link_active) in ixv_if_media_status()
939 if (sc->link_active == false) { in ixv_if_update_admin_status()
944 sc->link_active = true; in ixv_if_update_admin_status()
949 if (sc->link_active == true) { in ixv_if_update_admin_status()
953 sc->link_active = false; in ixv_if_update_admin_status()
H A Dixgbe.h403 bool link_active; member
H A Dif_ix.c2713 if (!sc->link_active) in ixgbe_if_media_status()
4613 if (sc->link_active == false) { in ixgbe_if_update_admin_status()
4618 sc->link_active = true; in ixgbe_if_update_admin_status()
4644 if (sc->link_active == true) { in ixgbe_if_update_admin_status()
4648 sc->link_active = false; in ixgbe_if_update_admin_status()
/freebsd/sys/dev/enic/
H A Dif_enic.c924 softc->link_active = 0; in enic_stop()
1210 if (link != 0 && softc->link_active == 0) { in enic_link_status()
1211 softc->link_active = 1; in enic_link_status()
1213 } else if (link == 0 && softc->link_active != 0) { in enic_link_status()
1214 softc->link_active = 0; in enic_link_status()
H A Denic.h322 int link_active; member
/freebsd/sys/dev/e1000/
H A Dif_em.h533 u16 link_active; member
H A Dif_em.c2002 if (!sc->link_active) { in em_if_media_status()
2265 if (link_check && (sc->link_active == 0)) { in em_if_update_admin_status()
2282 sc->link_active = 1; in em_if_update_admin_status()
2308 } else if (!link_check && (sc->link_active == 1)) { in em_if_update_admin_status()
2311 sc->link_active = 0; in em_if_update_admin_status()
2761 if (sc->link_active || (sc->hw.phy.type != e1000_phy_igp) || in lem_smartspeed()
/freebsd/sys/dev/ixl/
H A Dixl.h423 bool link_active; member
H A Dif_ixl.c1352 if (vsi->link_active == FALSE) { in ixl_update_link_status()
1353 vsi->link_active = TRUE; in ixl_update_link_status()
1362 if (vsi->link_active == TRUE) { in ixl_update_link_status()
1363 vsi->link_active = FALSE; in ixl_update_link_status()
H A Dixl_pf_iov.c1394 event.event_data.link_event.link_status = pf->vsi.link_active; in ixl_notify_vf_link_state()
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c544 sid.p0.link_active, in show_topology_map()