Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hisax/
Dhisax.h120 #define MAX_WAITING_CALLS 2 macro
940 struct Channel channel[2 + MAX_WAITING_CALLS];
941 struct BCState bcs[2 + MAX_WAITING_CALLS];
Dcallc.c892 while (i < ((bch) ? cs->chanlimit : (2 + MAX_WAITING_CALLS))) { in selectfreechannel()
903 while (i < (2 + MAX_WAITING_CALLS)) { in selectfreechannel()
1132 for (i = 0; i < MAX_WAITING_CALLS; i++) { in CallcNewChan()
1398 for (i = 0; i < (2 + MAX_WAITING_CALLS); i++) { in distr_debug()
Dgazel.c423 for (i = 0; i < (2 + MAX_WAITING_CALLS); i++) { in Gazel_card_msg()