Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c706 if (!tp->pci_fn) in tg3_ape_lock_init()
709 bit = 1 << tp->pci_fn; in tg3_ape_lock_init()
732 if (!tp->pci_fn) in tg3_ape_lock()
735 bit = 1 << tp->pci_fn; in tg3_ape_lock()
793 if (!tp->pci_fn) in tg3_ape_unlock()
796 bit = 1 << tp->pci_fn; in tg3_ape_unlock()
1523 tp->phy_addr = tp->pci_fn + 1; in tg3_mdio_init()
2815 shift = TG3_APE_GPIO_MSG_SHIFT + 4 * tp->pci_fn; in tg3_set_function_status()
3047 if (!tp->pci_fn) in tg3_phy_power_bug()
3053 !tp->pci_fn) in tg3_phy_power_bug()
[all …]
Dtg3.h3269 int pci_fn; member