Lines Matching refs:IFF_DRV_RUNNING

627 	    (if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0)  in re_miibus_statchg()
806 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in re_diag()
2191 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) in re_rxeof()
2511 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in re_poll()
2549 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in re_poll_locked()
2592 (if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) { in re_int_task()
2628 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in re_int_task()
2664 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) { in re_intr_msi()
2682 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) { in re_intr_msi()
2714 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in re_intr_msi()
2718 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) { in re_intr_msi()
2957 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) != in re_start_locked()
2958 IFF_DRV_RUNNING || (sc->rl_flags & RL_FLAG_LINK) == 0) in re_start_locked()
3100 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) in re_init_locked()
3348 if_setdrvflagbits(ifp, IFF_DRV_RUNNING, 0); in re_init_locked()
3421 (if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) { in re_ioctl()
3422 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in re_ioctl()
3438 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) { in re_ioctl()
3445 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) in re_ioctl()
3454 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) in re_ioctl()
3542 if (reinit && if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in re_ioctl()
3543 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in re_ioctl()
3582 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in re_watchdog()
3606 if_setdrvflagbits(ifp, 0, (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)); in re_stop()
4008 if ((if_getdrvflags(sc->rl_ifp) & IFF_DRV_RUNNING) == 0) { in re_sysctl_stats()
4122 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) != in re_debugnet_transmit()
4123 IFF_DRV_RUNNING || (sc->rl_flags & RL_FLAG_LINK) == 0) in re_debugnet_transmit()
4139 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0 || in re_debugnet_poll()