Searched refs:func0_pdev (Results 1 – 1 of 1) sorted by relevance
996 struct pci_dev *func0_pdev; in ixgbe_x550em_a_has_mii() local1005 func0_pdev = ixgbe_get_first_secondary_devfn(PCI_DEVFN(0x16, 0)); in ixgbe_x550em_a_has_mii()1006 if (func0_pdev) { in ixgbe_x550em_a_has_mii()1007 if (func0_pdev == pdev) in ixgbe_x550em_a_has_mii()1011 func0_pdev = ixgbe_get_first_secondary_devfn(PCI_DEVFN(0x17, 0)); in ixgbe_x550em_a_has_mii()1012 if (func0_pdev == pdev) in ixgbe_x550em_a_has_mii()1016 pci_dev_put(func0_pdev); in ixgbe_x550em_a_has_mii()