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

/freebsd-11-stable/sys/dev/mly/
H A Dmlyvar.h120 #define MLY_CMD_BUSY (1<<0) /* command is being run, or ready to run, or not completed */ macro
H A Dmly.c1506 mc->mc_flags |= MLY_CMD_BUSY;
1522 mc->mc_flags |= MLY_CMD_BUSY;
1565 mc->mc_flags &= ~MLY_CMD_BUSY;
1594 mc->mc_flags &= ~MLY_CMD_BUSY;

Completed in 62 milliseconds