Searched refs:MAX_PORTS (Results 1 – 10 of 10) sorted by relevance
23 #define MAX_PORTS 8 macro24 static int ports[MAX_PORTS];27 MODULE_PARM(ports, "1-" __MODULE_STRING(MAX_PORTS) "i");80 static struct ip_conntrack_helper tftp[MAX_PORTS];81 static char tftp_names[MAX_PORTS][10];102 for (i = 0 ; (i < MAX_PORTS) && ports[i] ; i++) { in init()
36 #define MAX_PORTS 8 macro38 static int ports[MAX_PORTS];41 MODULE_PARM(ports,"1-" __MODULE_STRING(MAX_PORTS) "i");141 static struct ip_nat_helper tftp[MAX_PORTS];142 static char tftp_names[MAX_PORTS][10];162 for (i = 0 ; (i < MAX_PORTS) && ports[i] ; i++) { in init()
37 #define MAX_PORTS 8 macro38 static int ports[MAX_PORTS];45 MODULE_PARM(ports, "1-" __MODULE_STRING(MAX_PORTS) "i");201 static struct ip_nat_helper ip_nat_irc_helpers[MAX_PORTS];202 static char irc_names[MAX_PORTS][10];228 for (i = 0; (i < MAX_PORTS) && ports[i] != 0; i++) { in init()
35 #define MAX_PORTS 8 macro36 static int ports[MAX_PORTS];45 MODULE_PARM(ports, "1-" __MODULE_STRING(MAX_PORTS) "i");242 static struct ip_conntrack_helper irc_helpers[MAX_PORTS];243 static char irc_names[MAX_PORTS][10];266 for (i = 0; (i < MAX_PORTS) && ports[i]; i++) { in init()
19 #define MAX_PORTS 8 macro20 static int ports[MAX_PORTS];24 MODULE_PARM(ports, "1-" __MODULE_STRING(MAX_PORTS) "i");268 static struct ip_nat_helper ftp[MAX_PORTS];269 static char ftp_names[MAX_PORTS][10];290 for (i = 0; (i < MAX_PORTS) && ports[i]; i++) { in init()
17 #define MAX_PORTS 8 macro18 static int ports[MAX_PORTS];21 MODULE_PARM(ports, "1-" __MODULE_STRING(MAX_PORTS) "i");382 static struct ip_conntrack_helper ftp[MAX_PORTS];383 static char ftp_names[MAX_PORTS][10];404 for (i = 0; (i < MAX_PORTS) && ports[i]; i++) { in init()
18 #define MAX_PORTS 3 macro24 unsigned int offset[MAX_PORTS];
16 #define MAX_PORTS 3 macro22 unsigned int offset[MAX_PORTS];
43 int ports[MAX_PORTS];
70 #define MAX_PORTS 128 /* Don't change this value */ macro174 static struct mxser_mstatus GMStatus[MAX_PORTS];220 static struct tty_struct *moxaTable[MAX_PORTS + 1];221 static struct termios *moxaTermios[MAX_PORTS + 1];222 static struct termios *moxaTermiosLocked[MAX_PORTS + 1];223 static struct moxa_str moxaChannels[MAX_PORTS];228 static int moxaEmptyTimer_on[MAX_PORTS];229 static struct timer_list moxaEmptyTimer[MAX_PORTS];322 for (i = 0; i < MAX_PORTS; i++) in cleanup_module()351 moxaDriver.num = MAX_PORTS + 1; in moxa_init()[all …]