Lines Matching refs:MAX_TOTAL_DEVICES
65 #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];
962 static struct termios *serial_termios[MAX_TOTAL_DEVICES];
963 static struct termios *serial_termios_locked[MAX_TOTAL_DEVICES];
4517 if (info->line < MAX_TOTAL_DEVICES) { in mgsl_add_device()
4621 memset(serial_table,0,sizeof(struct tty_struct*)*MAX_TOTAL_DEVICES); in mgsl_init_tty()
4622 memset(serial_termios,0,sizeof(struct termios*)*MAX_TOTAL_DEVICES); in mgsl_init_tty()
4623 memset(serial_termios_locked,0,sizeof(struct termios*)*MAX_TOTAL_DEVICES); in mgsl_init_tty()