Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hisax/
Dl3_1tr6.c665 static struct stateentry downstl[] = variable
874 for (i = 0; i < ARRAY_SIZE(downstl); i++) in down1tr6()
875 if ((pr == downstl[i].primitive) && in down1tr6()
876 ((1 << proc->state) & downstl[i].state)) in down1tr6()
878 if (i == ARRAY_SIZE(downstl)) { in down1tr6()
888 downstl[i].rout(proc, pr, arg); in down1tr6()