Home
last modified time | relevance | path

Searched refs:UTP_ST_ATTACHED (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/dev/utopia/
HDutopia.h68 #define UTP_ST_ATTACHED 0x0020 /* successful attached */ macro
HDutopia.c562 utp->state |= UTP_ST_ATTACHED; in utopia_attach()
575 if (utp->state & UTP_ST_ATTACHED) { in utopia_detach()
/trueos/sys/dev/patm/
HDif_patm_attach.c470 if (sc->utopia.state & UTP_ST_ATTACHED) { in patm_detach()
/trueos/sys/dev/hatm/
HDif_hatm.c1639 if (sc->utopia.state & UTP_ST_ATTACHED) { in hatm_detach()
/trueos/sys/dev/en/
HDmidway.c3048 if (sc->utopia.state & UTP_ST_ATTACHED) { in en_destroy()