Searched defs:tg3 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | tg3.h | 3117 struct tg3 { struct 3140 * updating tg3_flags. argument 3159 u32 (*read32) (struct tg3 *, u32); argument 3160 void (*write32) (struct tg3 *, u32, u32); argument 3161 u32 (*read32_mbox) (struct tg3 *, u32); argument 3162 void (*write32_mbox) (struct tg3 *, u32, argument 3177 void (*write32_tx_mbox) (struct tg3 *, u32, argument 3185 struct tg3_napi napi[TG3_IRQ_MAX_VECS]; argument 3186 void (*write32_rx_mbox) (struct tg3 *, u32, argument 3207 struct tg3_ethtool_stats estats_prev; argument [all …]
|