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/iavf/
H A Diavf_iflib.h250 bool link_active; member
H A Dif_iavf_iflib.c1765 if (vsi->link_active == FALSE) { in iavf_update_link_status()
1766 vsi->link_active = TRUE; in iavf_update_link_status()
1772 if (vsi->link_active == TRUE) { in iavf_update_link_status()
1773 vsi->link_active = FALSE; in iavf_update_link_status()
/freebsd/sys/dev/igc/
H A Dif_igc.h384 u16 link_active; member
H A Dif_igc.c988 if (!adapter->link_active) { in igc_if_media_status()
1203 if (link_check && (adapter->link_active == 0)) { in igc_if_update_admin_status()
1211 adapter->link_active = 1; in igc_if_update_admin_status()
1214 } else if (!link_check && (adapter->link_active == 1)) { in igc_if_update_admin_status()
1217 adapter->link_active = 0; in igc_if_update_admin_status()
/freebsd/sys/dev/ixgbe/
H A Dif_ixv.c754 if (!sc->link_active) in ixv_if_media_status()
926 if (sc->link_active == false) { in ixv_if_update_admin_status()
931 sc->link_active = true; in ixv_if_update_admin_status()
936 if (sc->link_active == true) { in ixv_if_update_admin_status()
940 sc->link_active = false; in ixv_if_update_admin_status()
H A Dixgbe.h392 bool link_active; member
H A Dif_ix.c2249 if (!sc->link_active) in ixgbe_if_media_status()
3679 if (sc->link_active == false) { in ixgbe_if_update_admin_status()
3684 sc->link_active = true; in ixgbe_if_update_admin_status()
3696 if (sc->link_active == true) { in ixgbe_if_update_admin_status()
3700 sc->link_active = false; in ixgbe_if_update_admin_status()
/freebsd/sys/dev/enic/
H A Dif_enic.c817 softc->link_active = 0; in enic_stop()
1076 if (link != 0 && softc->link_active == 0) { in enic_link_status()
1077 softc->link_active = 1; in enic_link_status()
1079 } else if (link == 0 && softc->link_active != 0) { in enic_link_status()
1080 softc->link_active = 0; in enic_link_status()
H A Denic.h294 int link_active; member
/freebsd/sys/dev/e1000/
H A Dif_em.h502 u16 link_active; member
H A Dif_em.c1609 if (!sc->link_active) { in em_if_media_status()
1872 if (link_check && (sc->link_active == 0)) { in em_if_update_admin_status()
1889 sc->link_active = 1; in em_if_update_admin_status()
1915 } else if (!link_check && (sc->link_active == 1)) { in em_if_update_admin_status()
1918 sc->link_active = 0; in em_if_update_admin_status()
2355 if (sc->link_active || (sc->hw.phy.type != e1000_phy_igp) || in lem_smartspeed()
/freebsd/sys/dev/ixl/
H A Dixl.h424 bool link_active; member
H A Dif_ixl.c1343 if (vsi->link_active == FALSE) { in ixl_update_link_status()
1344 vsi->link_active = TRUE; in ixl_update_link_status()
1353 if (vsi->link_active == TRUE) { in ixl_update_link_status()
1354 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()