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

/linux-master/drivers/scsi/qla4xxx/
H A Dql4_os.c8901 struct scsi_qla_host *other_ha = NULL; local
8914 /* Get other_ha if other_pdev is valid and state is enable*/
8917 other_ha = pci_get_drvdata(other_pdev);
8918 if (other_ha) {
8919 set_bit(AF_HA_REMOVAL, &other_ha->flags);
8922 dev_name(&other_ha->pdev->dev)));

Completed in 111 milliseconds