Searched refs:MLY_CMD_MAPPED (Results 1 – 2 of 2) sorted by relevance
122 #define MLY_CMD_MAPPED (1<<3) /* command has had its data mapped */ macro
1874 if (mc->mc_flags & MLY_CMD_MAPPED) in mly_map_command()1891 mc->mc_flags |= MLY_CMD_MAPPED; in mly_map_command()1904 if (!(mc->mc_flags & MLY_CMD_MAPPED)) in mly_unmap_command()1916 mc->mc_flags &= ~MLY_CMD_MAPPED; in mly_unmap_command()