Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c8875 struct pci_dev *other_pdev = NULL; in qla4xxx_prevent_other_port_reinit() local
8882 other_pdev = in qla4xxx_prevent_other_port_reinit()
8888 if (other_pdev) { in qla4xxx_prevent_other_port_reinit()
8889 if (atomic_read(&other_pdev->enable_cnt)) { in qla4xxx_prevent_other_port_reinit()
8890 other_ha = pci_get_drvdata(other_pdev); in qla4xxx_prevent_other_port_reinit()
8898 pci_dev_put(other_pdev); in qla4xxx_prevent_other_port_reinit()
9611 struct pci_dev *other_pdev = NULL; in qla4_8xxx_error_recovery() local
9632 other_pdev = pci_get_domain_bus_and_slot( in qla4_8xxx_error_recovery()
9638 if (!other_pdev) in qla4_8xxx_error_recovery()
9641 if (atomic_read(&other_pdev->enable_cnt)) { in qla4_8xxx_error_recovery()
[all …]
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_os.c5477 struct pci_dev *other_pdev = NULL; in qla82xx_error_recovery() local
5496 other_pdev = in qla82xx_error_recovery()
5501 if (!other_pdev) in qla82xx_error_recovery()
5503 if (atomic_read(&other_pdev->enable_cnt)) { in qla82xx_error_recovery()
5507 pci_dev_put(other_pdev); in qla82xx_error_recovery()
5510 pci_dev_put(other_pdev); in qla82xx_error_recovery()