Lines Matching refs:IFF_DRV_RUNNING
1927 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING)) in xl_rxeof()
1964 if (if_getdrvflags(sc->xl_ifp) & IFF_DRV_RUNNING) in xl_rxeof_task()
2155 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) in xl_intr()
2178 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in xl_intr()
2188 if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in xl_intr()
2206 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in xl_poll()
2248 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in xl_poll_locked()
2443 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) != in xl_start_locked()
2444 IFF_DRV_RUNNING) in xl_start_locked()
2575 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) != in xl_start_90xB_locked()
2576 IFF_DRV_RUNNING) in xl_start_90xB_locked()
2668 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) in xl_init_locked()
2857 if_setdrvflagbits(ifp, IFF_DRV_RUNNING, 0); in xl_init_locked()
2896 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in xl_ifmedia_upd()
2994 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING && in xl_ioctl()
3001 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in xl_ioctl()
3011 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in xl_ioctl()
3120 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in xl_watchdog()
3203 if_setdrvflagbits(ifp, 0, (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)); in xl_stop()
3244 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in xl_resume()