[go: nahoru, domu]

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

/drivers/isdn/hisax/
H A Dhisax.h120 #define MAX_WAITING_CALLS 2 macro
940 struct Channel channel[2 + MAX_WAITING_CALLS];
941 struct BCState bcs[2 + MAX_WAITING_CALLS];
H A Dcallc.c892 while (i < ((bch) ? cs->chanlimit : (2 + MAX_WAITING_CALLS))) {
903 while (i < (2 + MAX_WAITING_CALLS)) {
1132 for (i = 0; i < MAX_WAITING_CALLS; i++) {
1137 printk(KERN_INFO "HiSax: MAX_WAITING_CALLS added\n");
1397 for (i = 0; i < (2 + MAX_WAITING_CALLS); i++) {
H A Dgazel.c419 for (i = 0; i < (2 + MAX_WAITING_CALLS); i++) {

Completed in 64 milliseconds