Searched refs:stateidx (Results 1 – 2 of 2) sorted by relevance
302 uint16_t stateidx; /* current state index */ member1155 ns->stateidx = 0; in switch_to_ready_state()1251 ns->stateidx = ns->npstates - 1; in find_operation()1253 ns->stateidx = ns->npstates; in find_operation()1256 ns->state = ns->op[ns->stateidx]; in find_operation()1257 ns->nxstate = ns->op[ns->stateidx + 1]; in find_operation()1713 ns->stateidx += 1; in switch_state()1715 ns->nxstate = ns->op[ns->stateidx + 1]; in switch_state()1782 ns->nxstate = ns->op[++ns->stateidx + 1]; in switch_state()
422 unsigned int stateidx:8; member