Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c697 if (!tp->pci_fn) in tg3_ape_lock_init()
723 if (!tp->pci_fn) in tg3_ape_lock()
726 bit = 1 << tp->pci_fn; in tg3_ape_lock()
784 if (!tp->pci_fn) in tg3_ape_unlock()
787 bit = 1 << tp->pci_fn; in tg3_ape_unlock()
3027 if (!tp->pci_fn) in tg3_phy_power_bug()
3033 !tp->pci_fn) in tg3_phy_power_bug()
3047 !tp->pci_fn) in tg3_phy_led_bug()
15550 switch (tp->pci_fn) { in tg3_phy_probe()
17045 if (tp->pci_fn & 1) in tg3_get_device_address()
[all …]
H A Dtg3.h3270 int pci_fn; member