Home
last modified time | relevance | path

Searched refs:pci_fn (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/
H A Dtg3.c698 if (!tp->pci_fn) in tg3_ape_lock_init()
724 if (!tp->pci_fn) in tg3_ape_lock()
727 bit = 1 << tp->pci_fn; in tg3_ape_lock()
785 if (!tp->pci_fn) in tg3_ape_unlock()
788 bit = 1 << tp->pci_fn; in tg3_ape_unlock()
3028 if (!tp->pci_fn) in tg3_phy_power_bug()
3034 !tp->pci_fn) in tg3_phy_power_bug()
3048 !tp->pci_fn) in tg3_phy_led_bug()
15605 switch (tp->pci_fn) { in tg3_phy_probe()
17100 if (tp->pci_fn & 1) in tg3_get_device_address()
[all …]
H A Dtg3.h3270 int pci_fn; member