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

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_em.h268 u_int8_t link_active; member in struct:adapter
H A Dif_em.c345 if (adapter->link_active == 1) {
506 if (!adapter->link_active)
840 if (adapter->link_active == 0) {
844 adapter->link_active = 1;
847 if (adapter->link_active == 1) {
850 adapter->link_active = 0;
857 if (!adapter->link_active)
1382 if (adapter->link_active == 0) {
1391 adapter->link_active = 1;
1395 if (adapter->link_active
[all...]
/haiku-fatelf/headers/private/firewire/
H A Dfirewire.h309 link_active:1, member in struct:fw_self_id::__anon715
367 link_active:1, member in struct:fw_self_id::__anon718
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A Dif_lem.h358 uint8_t link_active; member in struct:adapter
H A Dif_em.h424 u16 link_active; member in struct:adapter
H A Dif_igb.h403 u16 link_active; member in struct:adapter
H A Dif_lem.c846 if (!adapter->link_active)
1462 if (!adapter->link_active) {
2057 if (link_check && (adapter->link_active == 0)) {
2065 adapter->link_active = 1;
2069 } else if (!link_check && (adapter->link_active == 1)) {
2074 adapter->link_active = 0;
2465 if (adapter->link_active || (adapter->hw.phy.type != e1000_phy_igp) ||
3103 if ((!adapter->link_active) && (adapter->watchdog_check)) {
H A Dif_igb.c841 (ifp->if_drv_flags & IFF_DRV_RUNNING) && adapter->link_active) {
885 if (!adapter->link_active)
985 adapter->link_active == 0) {
1435 if ((ifp->if_drv_flags & IFF_DRV_RUNNING) && adapter->link_active) {
1698 if (!adapter->link_active) {
2270 if (link_check && (adapter->link_active == 0)) {
2278 adapter->link_active = 1;
2285 } else if (!link_check && (adapter->link_active == 1)) {
2293 adapter->link_active = 0;
H A Dif_em.c874 (ifp->if_drv_flags & IFF_DRV_RUNNING) && adapter->link_active) {
911 IFF_DRV_RUNNING || adapter->link_active == 0) {
1007 if (!adapter->link_active)
1667 if (adapter->link_active) {
1707 if (!adapter->link_active) {
2326 if (link_check && (adapter->link_active == 0)) {
2343 adapter->link_active = 1;
2347 } else if (!link_check && (adapter->link_active == 1)) {
2353 adapter->link_active = 0;
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp1363 s->p0.phy_id, s->p0.link_active, s->p0.gap_count,
1419 (self_id->p0.link_active && self_id->p0.contender)) {
1809 if (!fwsid || !fwsid->p0.link_active) {
2407 if (self_id->p0.link_active && self_id->p0.contender)
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwcontrol.c555 sid.p0.link_active,

Completed in 207 milliseconds