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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dpcnet_cs.c117 typedef struct hw_info_t { struct
121 } hw_info_t; typedef in typeref:struct:hw_info_t
138 static hw_info_t hw_info[] = {
202 static hw_info_t default_info = { 0, 0, 0, 0, 0 };
203 static hw_info_t dl10019_info = { 0, 0, 0, 0, IS_DL10019|HAS_MII };
204 static hw_info_t dl10022_info = { 0, 0, 0, 0, IS_DL10022|HAS_MII };
300 static hw_info_t *get_hwinfo(struct pcmcia_device *link)
341 static hw_info_t *get_prom(struct pcmcia_device *link)
395 static hw_info_t *get_dl10019(struct pcmcia_device *link)
417 static hw_info_t *get_ax8819
[all...]

Completed in 125 milliseconds