Searched refs:stateidx (Results 1 – 2 of 2) sorted by relevance
313 uint16_t stateidx; /* current state index */ member1180 ns->stateidx = 0; in switch_to_ready_state()1276 ns->stateidx = ns->npstates - 1; in find_operation()1278 ns->stateidx = ns->npstates; in find_operation()1281 ns->state = ns->op[ns->stateidx]; in find_operation()1282 ns->nxstate = ns->op[ns->stateidx + 1]; in find_operation()1738 ns->stateidx += 1; in switch_state()1740 ns->nxstate = ns->op[ns->stateidx + 1]; in switch_state()1807 ns->nxstate = ns->op[++ns->stateidx + 1]; in switch_state()
422 unsigned int stateidx:8; member