Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/qla4xxx/
Dql4_os.c4566 struct pci_dev *other_pdev = NULL; in qla4xxx_prevent_other_port_reinit() local
4573 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() local
5276 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 …]
/linux-3.3/drivers/scsi/qla2xxx/
Dqla_os.c4058 struct pci_dev *other_pdev = NULL; in qla82xx_error_recovery() local
4077 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()