Home
last modified time | relevance | path

Searched refs:other_pdev (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_os.c7152 struct pci_dev *other_pdev = NULL; in qla4xxx_prevent_other_port_reinit() local
7159 other_pdev = in qla4xxx_prevent_other_port_reinit()
7165 if (other_pdev) { in qla4xxx_prevent_other_port_reinit()
7166 if (atomic_read(&other_pdev->enable_cnt)) { in qla4xxx_prevent_other_port_reinit()
7167 other_ha = pci_get_drvdata(other_pdev); in qla4xxx_prevent_other_port_reinit()
7175 pci_dev_put(other_pdev); in qla4xxx_prevent_other_port_reinit()
7868 struct pci_dev *other_pdev = NULL; in qla4_8xxx_error_recovery() local
7888 other_pdev = in qla4_8xxx_error_recovery()
7893 if (!other_pdev) in qla4_8xxx_error_recovery()
7896 if (atomic_read(&other_pdev->enable_cnt)) { in qla4_8xxx_error_recovery()
[all …]
/drivers/scsi/qla2xxx/
Dqla_os.c5311 struct pci_dev *other_pdev = NULL; in qla82xx_error_recovery() local
5330 other_pdev = in qla82xx_error_recovery()
5335 if (!other_pdev) in qla82xx_error_recovery()
5337 if (atomic_read(&other_pdev->enable_cnt)) { in qla82xx_error_recovery()
5341 pci_dev_put(other_pdev); in qla82xx_error_recovery()
5344 pci_dev_put(other_pdev); in qla82xx_error_recovery()