Home
last modified time | relevance | path

Searched refs:IFF_DRV_RUNNING (Results 1 - 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_ethernet.c357 drv_sc->state &= ~IFF_DRV_RUNNING; in uether_ifdetach()
428 if ((drv_sc->state & IFF_DRV_RUNNING) == 0) in ue_start_task()
479 if ((drv_sc->state & IFF_DRV_RUNNING) == 0) { in ue_start()
497 if ((drv_sc->state & IFF_DRV_RUNNING) == 0) in ue_watchdog()
516 if ((drv_sc->state & IFF_DRV_RUNNING) == 0) in ue_tick_task()
H A Dif_axe.c661 if (drv_sc->state & IFF_DRV_RUNNING) { in axe_miibus_statchg()
1013 if ((drv_sc->state & IFF_DRV_RUNNING) != 0) in axe_init()
1087 drv_sc->state |= IFF_DRV_RUNNING; in axe_init()
1136 drv_sc->state &= ~(IFF_DRV_RUNNING | IFF_DRV_OACTIVE); in axe_stop()
H A Dif_axge.c671 if ((drv_sc->state & IFF_DRV_RUNNING) != 0) in axge_init()
708 drv_sc->state |= IFF_DRV_RUNNING; in axge_init()
719 drv_sc->state &= ~(IFF_DRV_RUNNING | IFF_DRV_OACTIVE); in axge_stop()
H A Dusb_ethernet.h34 #define IFF_DRV_RUNNING 0x40 /* (d) resources allocated */ macro
H A Dif_urndis.c350 drv_sc->state |= IFF_DRV_RUNNING; in urndis_init()
368 drv_sc->state &= ~IFF_DRV_RUNNING; in urndis_stop()
H A Dif_cdce.c782 drv_sc->state |= IFF_DRV_RUNNING; in cdce_init()
812 drv_sc->state &= ~IFF_DRV_RUNNING; in cdce_stop()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2458 note = "IFF_DRV_RUNNING is deprecated. Use the portable IFF_RUNNING instead"
2461 pub const IFF_DRV_RUNNING: ::c_int = 0x40; consts

Completed in 17 milliseconds