Searched refs:other_ha (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_os.c8882 struct scsi_qla_host *other_ha = NULL; qla4xxx_prevent_other_port_reinit() local
8895 /* Get other_ha if other_pdev is valid and state is enable*/ qla4xxx_prevent_other_port_reinit()
8898 other_ha = pci_get_drvdata(other_pdev); qla4xxx_prevent_other_port_reinit()
8899 if (other_ha) { qla4xxx_prevent_other_port_reinit()
8900 set_bit(AF_HA_REMOVAL, &other_ha->flags); qla4xxx_prevent_other_port_reinit()
8903 dev_name(&other_ha->pdev->dev))); qla4xxx_prevent_other_port_reinit()

Completed in 83 milliseconds