Searched refs:seidx (Results 1 – 2 of 2) sorted by relevance
614 static int seidx; /* For debug */ variable625 if (mlc->seidx && mlc->seidx != seidx && in hilse_donode()626 mlc->seidx != 41 && mlc->seidx != 42 && mlc->seidx != 43) { in hilse_donode()631 seidx = mlc->seidx; in hilse_donode()633 node = hil_mlc_se + mlc->seidx; in hilse_donode()756 mlc->seidx += nextidx & HILSEN_MASK; in hilse_donode()760 mlc->seidx = nextidx & HILSEN_MASK; in hilse_donode()778 if (mlc->seidx != 41 && in hil_mlcs_process()779 mlc->seidx != 42 && in hil_mlcs_process()780 mlc->seidx != 43) in hil_mlcs_process()[all …]
132 int seidx; /* Current node in state engine */ member