Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsynclink.c65 #define MAX_TOTAL_DEVICES 20 macro
909 static int maxframe[MAX_TOTAL_DEVICES];
910 static int dosyncppp[MAX_TOTAL_DEVICES];
911 static int txdmabufs[MAX_TOTAL_DEVICES];
912 static int txholdbufs[MAX_TOTAL_DEVICES];
921 MODULE_PARM(maxframe,"1-" __MODULE_STRING(MAX_TOTAL_DEVICES) "i");
922 MODULE_PARM(dosyncppp,"1-" __MODULE_STRING(MAX_TOTAL_DEVICES) "i");
923 MODULE_PARM(txdmabufs,"1-" __MODULE_STRING(MAX_TOTAL_DEVICES) "i");
924 MODULE_PARM(txholdbufs,"1-" __MODULE_STRING(MAX_TOTAL_DEVICES) "i");
961 static struct tty_struct *serial_table[MAX_TOTAL_DEVICES];
[all …]