Searched refs:other_pdev (Results 1 – 2 of 2) sorted by relevance
4566 struct pci_dev *other_pdev = NULL; in qla4xxx_prevent_other_port_reinit() local4573 other_pdev = in qla4xxx_prevent_other_port_reinit()4579 if (other_pdev) { in qla4xxx_prevent_other_port_reinit()4580 if (atomic_read(&other_pdev->enable_cnt)) { in qla4xxx_prevent_other_port_reinit()4581 other_ha = pci_get_drvdata(other_pdev); in qla4xxx_prevent_other_port_reinit()4589 pci_dev_put(other_pdev); in qla4xxx_prevent_other_port_reinit()5256 struct pci_dev *other_pdev = NULL; in qla4_8xxx_error_recovery() local5276 other_pdev = in qla4_8xxx_error_recovery()5281 if (!other_pdev) in qla4_8xxx_error_recovery()5284 if (atomic_read(&other_pdev->enable_cnt)) { in qla4_8xxx_error_recovery()[all …]
4058 struct pci_dev *other_pdev = NULL; in qla82xx_error_recovery() local4077 other_pdev = in qla82xx_error_recovery()4082 if (!other_pdev) in qla82xx_error_recovery()4084 if (atomic_read(&other_pdev->enable_cnt)) { in qla82xx_error_recovery()4088 pci_dev_put(other_pdev); in qla82xx_error_recovery()4091 pci_dev_put(other_pdev); in qla82xx_error_recovery()