Searched refs:UTP_ST_DETACH (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/utopia/
H A Dutopia.c576 utp->state |= UTP_ST_DETACH;
577 while (utp->state & UTP_ST_DETACH) {
606 if (utp->state & UTP_ST_DETACH) {
608 utp->state &= ~UTP_ST_DETACH;
H A Dutopia.h67 #define UTP_ST_DETACH 0x0010 /* detaching */ macro

Completed in 49 milliseconds