Lines Matching refs:other_pdev
8920 struct pci_dev *other_pdev = NULL;
8927 other_pdev =
8932 /* Get other_ha if other_pdev is valid and state is enable*/
8933 if (other_pdev) {
8934 if (atomic_read(&other_pdev->enable_cnt)) {
8935 other_ha = pci_get_drvdata(other_pdev);
8943 pci_dev_put(other_pdev);
9676 struct pci_dev *other_pdev = NULL;
9697 other_pdev = pci_get_domain_bus_and_slot(
9703 if (!other_pdev)
9706 if (atomic_read(&other_pdev->enable_cnt)) {
9709 pci_dev_put(other_pdev);
9712 pci_dev_put(other_pdev);