Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/
Dtg3.c697 if (!tp->pci_fn) in tg3_ape_lock_init()
700 bit = 1 << 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()
1513 tp->phy_addr = tp->pci_fn + 1; in tg3_mdio_init()
2795 shift = TG3_APE_GPIO_MSG_SHIFT + 4 * tp->pci_fn; in tg3_set_function_status()
3027 if (!tp->pci_fn) in tg3_phy_power_bug()
3033 !tp->pci_fn) in tg3_phy_power_bug()
[all …]
Dtg3.h3270 int pci_fn; member