Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c2 * tg3.c: Broadcom Tigon3 ethernet driver.
72 #include "tg3.h"
98 #define DRV_MODULE_NAME "tg3"
218 #define FIRMWARE_TG3 "tigon/tg3.bin"
469 static void tg3_write32(struct tg3 *tp, u32 off, u32 val) in tg3_write32()
474 static u32 tg3_read32(struct tg3 *tp, u32 off) in tg3_read32()
479 static void tg3_ape_write32(struct tg3 *tp, u32 off, u32 val) in tg3_ape_write32()
484 static u32 tg3_ape_read32(struct tg3 *tp, u32 off) in tg3_ape_read32()
489 static void tg3_write_indirect_reg32(struct tg3 *tp, u32 off, u32 val) in tg3_write_indirect_reg32()
499 static void tg3_write_flush_reg32(struct tg3 *t
10859 ATTRIBUTE_GROUPS(tg3); global() variable
[all...]
H A Dtg3.h2 /* $Id: tg3.h,v 1.37.2.32 2002/03/11 12:18:18 davem Exp $
3 * tg3.h: Definitions for Broadcom Tigon3 ethernet driver.
3006 struct tg3 *tp;
3137 struct tg3 { struct
3179 u32 (*read32) (struct tg3 *, u32);
3180 void (*write32) (struct tg3 *, u32, u32);
3181 u32 (*read32_mbox) (struct tg3 *, u32);
3182 void (*write32_mbox) (struct tg3 *, u32,
3197 void (*write32_tx_mbox) (struct tg3 *, u32,
3206 void (*write32_rx_mbox) (struct tg3 *, u3
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c2 * tg3.c: Broadcom Tigon3 ethernet driver.
73 #include "tg3.h"
99 #define DRV_MODULE_NAME "tg3"
219 #define FIRMWARE_TG3 "tigon/tg3.bin"
470 static void tg3_write32(struct tg3 *tp, u32 off, u32 val) in tg3_write32()
475 static u32 tg3_read32(struct tg3 *tp, u32 off) in tg3_read32()
480 static void tg3_ape_write32(struct tg3 *tp, u32 off, u32 val) in tg3_ape_write32()
485 static u32 tg3_ape_read32(struct tg3 *tp, u32 off) in tg3_ape_read32()
490 static void tg3_write_indirect_reg32(struct tg3 *tp, u32 off, u32 val) in tg3_write_indirect_reg32()
500 static void tg3_write_flush_reg32(struct tg3 *t
10843 ATTRIBUTE_GROUPS(tg3); global() variable
[all...]
H A Dtg3.h2 /* $Id: tg3.h,v 1.37.2.32 2002/03/11 12:18:18 davem Exp $
3 * tg3.h: Definitions for Broadcom Tigon3 ethernet driver.
3006 struct tg3 *tp;
3137 struct tg3 { struct
3179 u32 (*read32) (struct tg3 *, u32);
3180 void (*write32) (struct tg3 *, u32, u32);
3181 u32 (*read32_mbox) (struct tg3 *, u32);
3182 void (*write32_mbox) (struct tg3 *, u32,
3197 void (*write32_tx_mbox) (struct tg3 *, u32,
3206 void (*write32_rx_mbox) (struct tg3 *, u3
[all...]

Completed in 35 milliseconds