Lines Matching refs:IFF_DRV_RUNNING
440 if (!(if_getdrvflags(ifp) & IFF_DRV_RUNNING)) in nicvf_if_ioctl()
468 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in nicvf_if_ioctl()
485 } else if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) in nicvf_if_ioctl()
494 if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) { in nicvf_if_ioctl()
528 if ((if_getdrvflags(nic->ifp) & IFF_DRV_RUNNING) != 0) { in nicvf_if_ioctl()
567 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) != 0) in nicvf_if_init_locked()
608 if_setdrvflagbits(ifp, IFF_DRV_RUNNING, IFF_DRV_OACTIVE); in nicvf_if_init_locked()
617 if_setdrvflagbits(ifp, IFF_DRV_OACTIVE, IFF_DRV_RUNNING); in nicvf_if_init_locked()
666 if (((if_getdrvflags(ifp) & (IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) != in nicvf_if_transmit()
667 IFF_DRV_RUNNING) || !nic->link_up || (err != 0)) { in nicvf_if_transmit()
1534 if_setdrvflagbits(ifp, IFF_DRV_OACTIVE, IFF_DRV_RUNNING); in nicvf_stop_locked()