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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Dcommon.h237 struct mac_device_info { struct
246 struct mac_device_info *dwmac1000_setup(unsigned long addr);
247 struct mac_device_info *dwmac100_setup(unsigned long addr);
H A Ddwmac100_core.c177 struct mac_device_info *dwmac100_setup(unsigned long ioaddr)
179 struct mac_device_info *mac;
181 mac = kzalloc(sizeof(const struct mac_device_info), GFP_KERNEL);
H A Dstmmac.h56 struct mac_device_info *hw;
H A Ddwmac1000_core.c214 struct mac_device_info *dwmac1000_setup(unsigned long ioaddr)
216 struct mac_device_info *mac;
222 mac = kzalloc(sizeof(const struct mac_device_info), GFP_KERNEL);
H A Dstmmac_main.c1557 struct mac_device_info *device;

Completed in 118 milliseconds