Searched refs:downstl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dl3_1tr6.c668 static struct stateentry downstl[] = variable in typeref:struct:stateentry
887 for (i = 0; i < ARRAY_SIZE(downstl); i++)
888 if ((pr == downstl[i].primitive) &&
889 ((1 << proc->state) & downstl[i].state))
891 if (i == ARRAY_SIZE(downstl)) {
903 downstl[i].rout(proc, pr, arg);

Completed in 45 milliseconds