Searched refs:auraXX20n_prototype (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xctl.h114 extern struct net_device auraXX20n_prototype;
H A D8253xini.c174 struct net_device auraXX20n_prototype = /* used for the network device */ variable in typeref:struct:net_device
2166 auraXX20n_prototype.name = auraXX20n_name;
2168 strcpy(auraXX20n_prototype.name, auraXX20n_name);
2273 *dev = auraXX20n_prototype;
2282 namelength = MIN(strlen(auraXX20n_prototype.name), IFNAMSIZ);
2283 strcpy(dev->name, auraXX20n_prototype.name);

Completed in 189 milliseconds