Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c698 if (!tp->pci_fn) in tg3_ape_lock_init()
701 bit = 1 << 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()
1514 tp->phy_addr = tp->pci_fn + 1; in tg3_mdio_init()
2796 shift = TG3_APE_GPIO_MSG_SHIFT + 4 * tp->pci_fn; in tg3_set_function_status()
3028 if (!tp->pci_fn) in tg3_phy_power_bug()
3034 !tp->pci_fn) in tg3_phy_power_bug()
[all …]
H A Dtg3.h3269 int pci_fn; member