Searched refs:other_pdev (Results 1 – 2 of 2) sorted by relevance
7152 struct pci_dev *other_pdev = NULL; in qla4xxx_prevent_other_port_reinit() local7159 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() local7888 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 …]
5311 struct pci_dev *other_pdev = NULL; in qla82xx_error_recovery() local5330 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()