Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Darlan-proc.c424 if (devnum < 0 || devnum > MAX_ARLANS - 1) in arlan_sysctl_info()
775 if (devnum < 0 || devnum > MAX_ARLANS - 1) in arlan_configure()
800 if (devnum < 0 || devnum > MAX_ARLANS - 1) in arlan_sysctl_reset()
1003 static ctl_table arlan_table[MAX_ARLANS + 1] =
1010 static ctl_table arlan_table[MAX_ARLANS + 1] =
1042 for (i = 0; i < MAX_ARLANS && arlan_device[i]; i++) in init_arlan_proc()
Darlan.h35 #define MAX_ARLANS 4 /* not more than 4 ! */ macro
48 extern struct net_device *arlan_device[MAX_ARLANS];
322 extern struct arlan_conf_stru arlan_conf[MAX_ARLANS];
Darlan.c17 struct net_device *arlan_device[MAX_ARLANS];
110 struct arlan_conf_stru arlan_conf[MAX_ARLANS];
2037 for (i = 0; i < numDevices && i < MAX_ARLANS; i++) in init_module()
2064 for (i = 0; i < MAX_ARLANS; i++) in cleanup_module()