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

/freebsd-10.0-release/sys/dev/twe/
H A Dtwevar.h87 #define TWE_CMD_BUSY 1 /* submitted to controller */ macro
H A Dtwe.c961 tr->tr_status = TWE_CMD_BUSY;
964 while (tr->tr_status == TWE_CMD_BUSY)
992 tr->tr_status = TWE_CMD_BUSY;
998 while ((count++ < 5000) && (tr->tr_status == TWE_CMD_BUSY)){
1119 tr->tr_status = TWE_CMD_BUSY;
1190 if (tr->tr_status != TWE_CMD_BUSY)

Completed in 69 milliseconds