Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hisax/
Dl3_1tr6.c664 static struct stateentry downstl[] = variable
873 for (i = 0; i < ARRAY_SIZE(downstl); i++) in down1tr6()
874 if ((pr == downstl[i].primitive) && in down1tr6()
875 ((1 << proc->state) & downstl[i].state)) in down1tr6()
877 if (i == ARRAY_SIZE(downstl)) { in down1tr6()
887 downstl[i].rout(proc, pr, arg); in down1tr6()