Searched refs:func0_pdev (Results 1 – 1 of 1) sorted by relevance
994 struct pci_dev *func0_pdev; in ixgbe_x550em_a_has_mii() local1003 func0_pdev = ixgbe_get_first_secondary_devfn(PCI_DEVFN(0x16, 0)); in ixgbe_x550em_a_has_mii()1004 if (func0_pdev) { in ixgbe_x550em_a_has_mii()1005 if (func0_pdev == pdev) in ixgbe_x550em_a_has_mii()1009 func0_pdev = ixgbe_get_first_secondary_devfn(PCI_DEVFN(0x17, 0)); in ixgbe_x550em_a_has_mii()1010 if (func0_pdev == pdev) in ixgbe_x550em_a_has_mii()1014 pci_dev_put(func0_pdev); in ixgbe_x550em_a_has_mii()