Searched refs:stateidx (Results 1 – 7 of 7) sorted by relevance
302 uint16_t stateidx; /* current state index */ member1170 ns->stateidx = 0; in ns_switch_to_ready_state()1266 ns->stateidx = ns->npstates - 1; in ns_find_operation()1268 ns->stateidx = ns->npstates; in ns_find_operation()1271 ns->state = ns->op[ns->stateidx]; in ns_find_operation()1272 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_find_operation()1734 ns->stateidx += 1; in ns_switch_state()1736 ns->nxstate = ns->op[ns->stateidx + 1]; in ns_switch_state()1806 ns->nxstate = ns->op[++ns->stateidx + 1]; in ns_switch_state()
422 unsigned int stateidx:8; member