Lines Matching refs:IFF_DRV_RUNNING

1065 		if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING);  in fxp_suspend()
1327 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) != in fxp_start_body()
1328 IFF_DRV_RUNNING) in fxp_start_body()
1657 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING)) { in fxp_poll()
1722 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) in fxp_intr()
1985 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) in fxp_intr_body()
2124 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) { in fxp_tick()
2125 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in fxp_tick()
2165 if_setdrvflagbits(ifp, 0, (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)); in fxp_stop()
2223 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in fxp_watchdog()
2259 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in fxp_init_body()
2528 if_setdrvflagbits(ifp, IFF_DRV_RUNNING, IFF_DRV_OACTIVE); in fxp_init_body()
2784 (if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0 || in fxp_miibus_statchg()
2800 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in fxp_miibus_statchg()
2822 if (((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) && in fxp_ioctl()
2825 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in fxp_ioctl()
2827 } else if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) in fxp_ioctl()
2830 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) in fxp_ioctl()
2840 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) { in fxp_ioctl()
2841 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in fxp_ioctl()
2934 (if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) { in fxp_ioctl()
2935 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in fxp_ioctl()