Searched refs:other_pdev (Results 1 – 2 of 2) sorted by relevance
8896 struct pci_dev *other_pdev = NULL; in qla4xxx_prevent_other_port_reinit() local8903 other_pdev = in qla4xxx_prevent_other_port_reinit()8909 if (other_pdev) { in qla4xxx_prevent_other_port_reinit()8910 if (atomic_read(&other_pdev->enable_cnt)) { in qla4xxx_prevent_other_port_reinit()8911 other_ha = pci_get_drvdata(other_pdev); in qla4xxx_prevent_other_port_reinit()8919 pci_dev_put(other_pdev); in qla4xxx_prevent_other_port_reinit()9660 struct pci_dev *other_pdev = NULL; in qla4_8xxx_error_recovery() local9681 other_pdev = pci_get_domain_bus_and_slot( in qla4_8xxx_error_recovery()9687 if (!other_pdev) in qla4_8xxx_error_recovery()9690 if (atomic_read(&other_pdev->enable_cnt)) { in qla4_8xxx_error_recovery()[all …]
5481 struct pci_dev *other_pdev = NULL; in qla82xx_error_recovery() local5500 other_pdev = in qla82xx_error_recovery()5505 if (!other_pdev) in qla82xx_error_recovery()5507 if (atomic_read(&other_pdev->enable_cnt)) { in qla82xx_error_recovery()5511 pci_dev_put(other_pdev); in qla82xx_error_recovery()5514 pci_dev_put(other_pdev); in qla82xx_error_recovery()