Searched refs:curr_eth_dev (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/eth/ |
| H A D | asix.c | 109 static int curr_eth_dev; /* index for name of next device detected */ variable 596 curr_eth_dev = 0; in asix_eth_before_probe() 720 sprintf(eth->name, "%s%d", ASIX_BASE_NAME, curr_eth_dev++); in asix_eth_get_info()
|
| H A D | asix88179.c | 202 static int curr_eth_dev; /* index for name of next device detected */ variable 611 curr_eth_dev = 0; in ax88179_eth_before_probe() 729 sprintf(eth->name, "%s%d", ASIX_BASE_NAME, curr_eth_dev++); in ax88179_eth_get_info()
|
| H A D | smsc95xx.c | 146 static int curr_eth_dev; /* index for name of next device detected */ variable 821 curr_eth_dev = 0; in smsc95xx_eth_before_probe() 922 sprintf(eth->name, "%s%d", SMSC95XX_BASE_NAME, curr_eth_dev++); in smsc95xx_eth_get_info()
|
| H A D | r8152.c | 21 static int curr_eth_dev; /* index for name of next device detected */ variable 1345 curr_eth_dev = 0; in r8152_eth_before_probe() 1461 sprintf(eth->name, "%s#%d", R8152_BASE_NAME, curr_eth_dev++); in r8152_eth_get_info()
|