Lines Matching refs:IFF_DRV_RUNNING
262 (if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) in ste_miibus_statchg()
466 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in ste_poll()
495 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in ste_poll_locked()
522 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) { in ste_intr()
549 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0 && in ste_intr()
562 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) { in ste_intr()
570 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in ste_intr()
616 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) in ste_rxeof()
711 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in ste_txeoc()
1506 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) in ste_init_locked()
1603 if_setdrvflagbits(ifp, IFF_DRV_RUNNING, 0); in ste_init_locked()
1623 if_setdrvflagbits(ifp, 0, (IFF_DRV_RUNNING|IFF_DRV_OACTIVE)); in ste_stop()
1745 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0 && in ste_ioctl()
1751 } else if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) in ste_ioctl()
1759 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) in ste_ioctl()
1888 if ((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) != in ste_start_locked()
1889 IFF_DRV_RUNNING || (sc->ste_flags & STE_FLAG_LINK) == 0) in ste_start_locked()
1961 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in ste_watchdog()
2000 if_setdrvflagbits(ifp, 0, IFF_DRV_RUNNING); in ste_resume()