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

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/tg3/
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.
3013 struct tg3 { struct
3053 u32 (*read32_mbox) (struct tg3 *, u32);
3054 void (*write32_mbox) (struct tg3 *, u32,
3063 void (*write32_tx_mbox) (struct tg3 *, u32,
3067 void (*write32_rx_mbox) (struct tg3 *, u32,
3078 /* NOTE: there was a coal_now in struct tg3_napi and struct tg3. We
3079 * didn't use coal_now in struct tg3, so it was removed */
3285 static inline void tw32_mailbox_flush(struct tg3 *t
[all...]

Completed in 90 milliseconds