scsi: megaraid_sas: For SRIOV, do not set STOP_ADP bit
For SRIOV based adapters, driver should not set the STOP_ADP bit as part of kill adapter. Signed-off-by: Shivasharan S <shivasharan.srikanteshwara@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Родитель
e29c322133
Коммит
5acad9b9d9
|
@ -2076,9 +2076,11 @@ void megaraid_sas_kill_hba(struct megasas_instance *instance)
|
||||||
if ((instance->pdev->device == PCI_DEVICE_ID_LSI_SAS0073SKINNY) ||
|
if ((instance->pdev->device == PCI_DEVICE_ID_LSI_SAS0073SKINNY) ||
|
||||||
(instance->pdev->device == PCI_DEVICE_ID_LSI_SAS0071SKINNY) ||
|
(instance->pdev->device == PCI_DEVICE_ID_LSI_SAS0071SKINNY) ||
|
||||||
(instance->adapter_type != MFI_SERIES)) {
|
(instance->adapter_type != MFI_SERIES)) {
|
||||||
writel(MFI_STOP_ADP, &instance->reg_set->doorbell);
|
if (!instance->requestorId) {
|
||||||
/* Flush */
|
writel(MFI_STOP_ADP, &instance->reg_set->doorbell);
|
||||||
readl(&instance->reg_set->doorbell);
|
/* Flush */
|
||||||
|
readl(&instance->reg_set->doorbell);
|
||||||
|
}
|
||||||
if (instance->requestorId && instance->peerIsPresent)
|
if (instance->requestorId && instance->peerIsPresent)
|
||||||
memset(instance->ld_ids, 0xff, MEGASAS_MAX_LD_IDS);
|
memset(instance->ld_ids, 0xff, MEGASAS_MAX_LD_IDS);
|
||||||
} else {
|
} else {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче