Lines Matching refs:other_pdev
8902 struct pci_dev *other_pdev = NULL;
8909 other_pdev =
8914 /* Get other_ha if other_pdev is valid and state is enable*/
8915 if (other_pdev) {
8916 if (atomic_read(&other_pdev->enable_cnt)) {
8917 other_ha = pci_get_drvdata(other_pdev);
8925 pci_dev_put(other_pdev);
9657 struct pci_dev *other_pdev = NULL;
9678 other_pdev = pci_get_domain_bus_and_slot(
9684 if (!other_pdev)
9687 if (atomic_read(&other_pdev->enable_cnt)) {
9690 pci_dev_put(other_pdev);
9693 pci_dev_put(other_pdev);