Home
last modified time | relevance | path

Searched refs:tg3 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c1384 struct tg3 *tp = bp->priv; in tg3_mdio_read()
6170 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_adjfine()
6198 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_adjtime()
6211 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_gettimex()
6227 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_settime()
6242 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_enable()
6318 struct tg3 *tp = container_of(ptp, struct tg3, ptp_info); in tg3_ptp_ts_aux_work()
8214 struct tg3 *tp; in tg3_start_xmit()
10908 ATTRIBUTE_GROUPS(tg3);
11249 struct tg3 *tp = container_of(work, struct tg3, reset_task); in tg3_reset_task()
[all …]
H A DMakefile14 obj-$(CONFIG_TIGON3) += tg3.o
H A Dtg3.h3006 struct tg3 *tp;
3137 struct tg3 { struct
3179 u32 (*read32) (struct tg3 *, u32); argument
3180 void (*write32) (struct tg3 *, u32, u32); argument
3181 u32 (*read32_mbox) (struct tg3 *, u32); argument
3182 void (*write32_mbox) (struct tg3 *, u32, argument
3198 void (*write32_tx_mbox) (struct tg3 *, u32, argument
3207 void (*write32_rx_mbox) (struct tg3 *, u32, argument
H A DKconfig132 will be called tg3. This is recommended.
/linux/Documentation/translations/zh_CN/PCI/
H A Dpci.rst323 参见drivers/infiniband/hw/mthca/或drivers/net/tg3.c了解MSI/MSI-X的使
489 需要处理“写通知”。许多驱动程序(如tg3,acenic,sym53c8xx_2)已经做了这个。I/O
/linux/Documentation/admin-guide/
H A Dsysfs-rules.rst74 - driver (``tg3``, ``ata_piix``, ``uhci_hcd``)
/linux/Documentation/PCI/
H A Dpci.rst357 See drivers/infiniband/hw/mthca/ or drivers/net/tg3.c for examples
546 needs to be handled. Many drivers (e.g. tg3, acenic, sym53c8xx_2)
/linux/Documentation/networking/
H A Dbonding.rst2100 alias eth0 tg3
2101 alias eth1 tg3
2111 (which may later be assigned to the tg3 devices).
2115 add above bonding e1000 tg3
2117 causes modprobe to load e1000 then tg3, in that order, when
2125 softdep bonding pre: tg3 e1000
2127 This will load tg3 and e1000 modules before loading the bonding one.
/linux/
H A DMAINTAINERS4799 F: drivers/net/ethernet/broadcom/tg3.*