Searched refs:TST_DIRCTN (Results 1 – 2 of 2) sorted by relevance
295 direct = (TST_DIRCTN(args->test_state)) ? 1 : -1; in get_next_action()301 } else if ((TST_DIRCTN(args->test_state)) in get_next_action()304 } else if (!(TST_DIRCTN(args->test_state)) in get_next_action()316 (TST_DIRCTN(args->test_state)) ? 1 : -1; in get_next_action()
94 #define TST_DIRCTN(x) (x & 0x08) /* lba inc/dec 1 is inc, 0 is dec */ macro