tag | line | file | source code |
num_eth | 310 | drivers/net/de4x5.c | static int num_de4x5s = 0, num_eth = 0, autoprobed = 0; |
num_eth | 1204 | drivers/net/de4x5.c | num_eth++; |
num_eth | 1272 | drivers/net/de4x5.c | num_eth++; |
num_eth | 1302 | drivers/net/de4x5.c | num_eth++; /* increment eth device number */ |
num_eth | 1327 | drivers/net/de4x5.c | num_eth); |
num_eth | 1335 | drivers/net/de4x5.c | if (num_eth > 9999) { |
num_eth | 1338 | drivers/net/de4x5.c | sprintf(dev->name,"eth%d", num_eth);/* New device name */ |
num_eth | 1374 | drivers/net/de4x5.c | if (num_eth > 9999) { |
num_eth | 1377 | drivers/net/de4x5.c | sprintf(tmp->name,"eth%d", num_eth);/* New device name */ |
num_eth | 352 | drivers/net/depca.c | static int num_depcas = 0, num_eth = 0, autoprobed = 0; |
num_eth | 1335 | drivers/net/depca.c | num_eth++; |
num_eth | 1361 | drivers/net/depca.c | num_eth++; |
num_eth | 1379 | drivers/net/depca.c | num_eth++; /* increment eth device number */ |
num_eth | 1391 | drivers/net/depca.c | num_eth); |
num_eth | 1401 | drivers/net/depca.c | (num_eth > 0) && (num_eth < 9999)) { |
num_eth | 1404 | drivers/net/depca.c | sprintf(dev->name,"eth%d", num_eth);/* New device name */ |
num_eth | 320 | drivers/net/ewrk3.c | static int num_ewrk3s = 0, num_eth = 0; |
num_eth | 1356 | drivers/net/ewrk3.c | num_eth++; |
num_eth | 1399 | drivers/net/ewrk3.c | num_eth++; |
num_eth | 1418 | drivers/net/ewrk3.c | num_eth++; /* increment eth device number */ |
num_eth | 1430 | drivers/net/ewrk3.c | num_eth); |
num_eth | 1440 | drivers/net/ewrk3.c | (num_eth > 0) && (num_eth < 9999)) { |
num_eth | 1443 | drivers/net/ewrk3.c | sprintf(dev->name,"eth%d", num_eth);/* New device name */ |