Searched refs:stateidx (Results 1 – 2 of 2) sorted by relevance
304 uint16_t stateidx; /* current state index */ member1165 ns->stateidx = 0; in ns_switch_to_ready_state()1261 ns->stateidx = ns->npstates - 1; in ns_find_operation()1263 ns->stateidx = ns->npstates; in ns_find_operation()1266 ns->state = ns->op[ns->stateidx]; in ns_find_operation()1267 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_find_operation()1729 ns->stateidx += 1; in ns_switch_state()1731 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_switch_state()1794 ns->nxstate = ns->op[++ns->stateidx + 1]; in ns_switch_state()
422 unsigned int stateidx:8; member