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

/linux-4.4.14/drivers/isdn/hisax/
H A Dl3dss1.c2876 static struct stateentry globalmes_list[] = variable in typeref:struct:stateentry
2912 for (i = 0; i < ARRAY_SIZE(globalmes_list); i++) global_handler()
2913 if ((mt == globalmes_list[i].primitive) && global_handler()
2914 ((1 << proc->state) & globalmes_list[i].state)) global_handler()
2916 if (i == ARRAY_SIZE(globalmes_list)) { global_handler()
2939 globalmes_list[i].rout(proc, mt, skb); global_handler()
H A Dl3ni1.c2815 static struct stateentry globalmes_list[] = variable in typeref:struct:stateentry
2856 for (i = 0; i < ARRAY_SIZE(globalmes_list); i++) global_handler()
2857 if ((mt == globalmes_list[i].primitive) && global_handler()
2858 ((1 << proc->state) & globalmes_list[i].state)) global_handler()
2860 if (i == ARRAY_SIZE(globalmes_list)) { global_handler()
2883 globalmes_list[i].rout(proc, mt, skb); global_handler()

Completed in 214 milliseconds