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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dtg3.c2 * tg3.c: Broadcom Tigon3 ethernet driver.
63 #include "tg3.h"
65 #define DRV_MODULE_NAME "tg3"
305 static void tg3_write32(struct tg3 *tp, u32 off, u32 val)
310 static u32 tg3_read32(struct tg3 *tp, u32 off)
315 static void tg3_write_indirect_reg32(struct tg3 *tp, u32 off, u32 val)
325 static void tg3_write_flush_reg32(struct tg3 *tp, u32 off, u32 val)
331 static u32 tg3_read_indirect_reg32(struct tg3 *tp, u32 off)
343 static void tg3_write_indirect_mbox(struct tg3 *tp, u32 off, u32 val)
373 static u32 tg3_read_indirect_mbox(struct tg3 *t
[all...]
H A Dtg3.h1 /* $Id: tg3.h,v 1.1.1.1 2007/08/03 18:52:45 Exp $
2 * tg3.h: Definitions for Broadcom Tigon3 ethernet driver.
2100 struct tg3 { struct
2142 u32 (*read32) (struct tg3 *, u32);
2143 void (*write32) (struct tg3 *, u32, u32);
2144 u32 (*read32_mbox) (struct tg3 *, u32);
2145 void (*write32_mbox) (struct tg3 *, u32,
2158 void (*write32_tx_mbox) (struct tg3 *, u32,
2169 void (*write32_rx_mbox) (struct tg3 *, u32,
H A DMakefile59 obj-$(CONFIG_TIGON3) += tg3.o

Completed in 101 milliseconds