Searched defs:tg3 (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/broadcom/
H A Dtg3.c2 * tg3.c: Broadcom Tigon3 ethernet driver.
69 #include "tg3.h"
95 #define DRV_MODULE_NAME "tg3"
217 #define FIRMWARE_TG3 "tigon/tg3.bin"
471 static void tg3_write32(struct tg3 *tp, u32 off, u32 val)
476 static u32 tg3_read32(struct tg3 *tp, u32 off)
481 static void tg3_ape_write32(struct tg3 *tp, u32 off, u32 val)
486 static u32 tg3_ape_read32(struct tg3 *tp, u32 off)
491 static void tg3_write_indirect_reg32(struct tg3 *tp, u32 off, u32 val)
501 static void tg3_write_flush_reg32(struct tg3 *t
10772 ATTRIBUTE_GROUPS(tg3); variable
[all...]
H A Dtg3.h1 /* $Id: tg3.h,v 1.37.2.32 2002/03/11 12:18:18 davem Exp $
2 * tg3.h: Definitions for Broadcom Tigon3 ethernet driver.
2988 struct tg3 *tp;
3117 struct tg3 { struct
3159 u32 (*read32) (struct tg3 *, u32);
3160 void (*write32) (struct tg3 *, u32, u32);
3161 u32 (*read32_mbox) (struct tg3 *, u32);
3162 void (*write32_mbox) (struct tg3 *, u32,
3177 void (*write32_tx_mbox) (struct tg3 *, u32,
3186 void (*write32_rx_mbox) (struct tg3 *, u3
[all...]

Completed in 136 milliseconds