Home
last modified time | relevance | path

Searched refs:MLY_CMD_COMPLETE (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/mly/
Dmlyvar.h125 #define MLY_CMD_COMPLETE (1<<1) /* command has been completed */ macro
Dmly.c1434 while(!(mc->mc_flags & MLY_CMD_COMPLETE)) { in mly_immediate_command()
1439 while(!(mc->mc_flags & MLY_CMD_COMPLETE)) { in mly_immediate_command()
1632 mc->mc_flags |= MLY_CMD_COMPLETE; in mly_complete()
2897 while (!(mc->mc_flags & MLY_CMD_COMPLETE)) in mly_user_command()