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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Datp.h19 enum chip_type { RTL8002, RTL8012 }; enumerator in enum:chip_type
H A Datp.c4 ethernet adapters based on the Realtek RTL8002 and RTL8012 chips.
75 The RTL8002 adapter seems to be built around a custom spin of the SEEQ
151 MODULE_DESCRIPTION("RealTek RTL8002/8012 parallel port Ethernet driver");
329 lp->chip_type = RTL8002;
346 lp->chip_type == RTL8002 ? &set_rx_mode_8002 : &set_rx_mode_8012;

Completed in 45 milliseconds