Searched refs:should_be_up (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c890 int error, s, was_up, should_be_up; local
919 should_be_up = (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0;
921 should_be_up = (ifp->if_flags & IFF_RUNNING) != 0;
923 if (! was_up && should_be_up) {
927 } else if (was_up && ! should_be_up) {
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c681 int error, s, was_up, should_be_up; local
705 should_be_up = (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0;
706 if (! was_up && should_be_up) {
710 } else if (was_up && ! should_be_up) {
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c1054 int error, s, was_up, should_be_up; local
1086 should_be_up = (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0;
1087 if (!was_up && should_be_up) {
1091 } else if (was_up && !should_be_up) {
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c901 int error, s, was_up, should_be_up; local
924 should_be_up = (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0;
925 if (! was_up && should_be_up) {
929 } else if (was_up && ! should_be_up) {

Completed in 82 milliseconds