Searched refs:IS_STOP_OP (Results 1 – 2 of 2) sorted by relevance
27 #define IS_STOP_OP(op) (((op) & 1) != 0) macro
161 if (i == cmdLength - 1 && dataLength == 0 && IS_STOP_OP(op)) in exec_command()182 if (i == (dataLength - 1) && IS_STOP_OP(op)) in exec_command()232 if (IS_STOP_OP(op) && IS_WRITE_OP(op)) { in exec_command()