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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dl3dss1.c2776 static struct stateentry downstatelist[] = variable in typeref:struct:stateentry
2835 (sizeof(downstatelist) / sizeof(struct stateentry))
3171 if ((pr == downstatelist[i].primitive) &&
3172 ((1 << proc->state) & downstatelist[i].state))
3184 downstatelist[i].rout(proc, pr, arg);
H A Dl3ni1.c2708 static struct stateentry downstatelist[] = variable in typeref:struct:stateentry
2769 (sizeof(downstatelist) / sizeof(struct stateentry))
3122 if ((pr == downstatelist[i].primitive) &&
3123 ((1 << proc->state) & downstatelist[i].state))
3135 downstatelist[i].rout(proc, pr, arg);

Completed in 42 milliseconds