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

/freebsd-9.3-release/sys/dev/firewire/
H A Dfirewire.h305 link_active:1, member in struct:fw_self_id::__anon7856
363 link_active:1, member in struct:fw_self_id::__anon7859
H A Dfirewire.c1307 s->p0.phy_id, s->p0.link_active, s->p0.gap_count,
1362 (self_id->p0.link_active && self_id->p0.contender)) {
1744 if (!fwsid || !fwsid->p0.link_active) {
2330 if (self_id->p0.link_active && self_id->p0.contender)
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h422 u16 link_active; member in struct:adapter
H A Dif_lem.h356 uint8_t link_active; member in struct:adapter
H A Dif_igb.h403 u16 link_active; member in struct:adapter
H A Dif_lem.c830 if (!adapter->link_active)
1431 if (!adapter->link_active) {
2051 if (link_check && (adapter->link_active == 0)) {
2059 adapter->link_active = 1;
2063 } else if (!link_check && (adapter->link_active == 1)) {
2068 adapter->link_active = 0;
2452 if (adapter->link_active || (adapter->hw.phy.type != e1000_phy_igp) ||
3083 if ((!adapter->link_active) && (adapter->watchdog_check)) {
H A Dif_em.c881 (ifp->if_drv_flags & IFF_DRV_RUNNING) && adapter->link_active) {
917 IFF_DRV_RUNNING || adapter->link_active == 0) {
1013 if (!adapter->link_active)
1676 if (adapter->link_active) {
1715 if (!adapter->link_active) {
2358 if (link_check && (adapter->link_active == 0)) {
2375 adapter->link_active = 1;
2379 } else if (!link_check && (adapter->link_active == 1)) {
2384 adapter->link_active = 0;
H A Dif_igb.c852 (ifp->if_drv_flags & IFF_DRV_RUNNING) && adapter->link_active) {
896 if (!adapter->link_active)
996 adapter->link_active == 0)
1446 if ((ifp->if_drv_flags & IFF_DRV_RUNNING) && adapter->link_active) {
1712 if (!adapter->link_active) {
2334 if (link_check && (adapter->link_active == 0)) {
2343 adapter->link_active = 1;
2350 } else if (!link_check && (adapter->link_active == 1)) {
2358 adapter->link_active = 0;
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.h292 u_int8_t link_active; member in struct:adapter
H A Dif_ixgb.c466 if (!adapter->link_active)
1151 if (!adapter->link_active) {
1155 adapter->link_active = 1;
1158 if (adapter->link_active) {
1160 adapter->link_active = 0;
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.h414 bool link_active; member in struct:adapter
H A Dixv.h339 bool link_active; member in struct:adapter
H A Dixv.c522 if (!adapter->link_active)
608 IFF_DRV_RUNNING || adapter->link_active == 0) {
1134 if (!adapter->link_active) {
1490 if (adapter->link_active == FALSE) {
1495 adapter->link_active = TRUE;
1499 if (adapter->link_active == TRUE) {
1503 adapter->link_active = FALSE;
H A Dixgbe.c761 if (!adapter->link_active)
850 adapter->link_active == 0)
1684 if (!adapter->link_active) {
2112 if (adapter->link_active == FALSE) {
2117 adapter->link_active = TRUE;
2123 if (adapter->link_active == TRUE) {
2127 adapter->link_active = FALSE;
/freebsd-9.3-release/sys/dev/isp/
H A Dispvar.h452 link_active : 1, member in struct:__anon8176
H A Disp_freebsd.c5655 FCPARAM(isp, bus)->link_active = 0;
5686 FCPARAM(isp, bus)->link_active = 1;
/freebsd-9.3-release/usr.sbin/fwcontrol/
H A Dfwcontrol.c543 sid.p0.link_active,

Completed in 275 milliseconds