Home
last modified time | relevance | path

Searched refs:sc_attached (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_iov.c52 bool sc_attached; member
286 MPASS(!sc->sc_attached); in t4iov_attach_child()
311 sc->sc_attached = true; in t4iov_attach_child()
324 if (!sc->sc_attached) in t4iov_detach_child()
335 sc->sc_attached = false; in t4iov_detach_child()
346 if (sc->sc_attached) { in t4iov_detach()
383 MPASS(sc->sc_attached); in t4iov_add_vf()
/freebsd/sys/dev/iwm/
H A Dif_iwm_led.c163 if (sc->sc_attached == 0) in iwm_led_blink_timeout()
H A Dif_iwmvar.h410 int sc_attached;
409 int sc_attached; global() member
H A Dif_iwm.c4984 if (sc->sc_attached == 0) in iwm_watchdog()
5984 sc->sc_attached = 1; in iwm_attach()
6512 if (!sc->sc_attached) in iwm_resume()
6538 if (!sc->sc_attached) in iwm_suspend()
6560 if (!sc->sc_attached) in iwm_detach_local()
6562 sc->sc_attached = 0; in iwm_detach_local()
/freebsd/sys/dev/usb/net/
H A Dif_umbreg.h419 char sc_attached; member
H A Dif_umb.c609 sc->sc_attached = 1; in umb_attach_task()
648 if (sc->sc_attached) { in umb_detach()