scsi: megaraid_sas: latest controller OCR capability from FW before sending shutdown DCMD
Fetch the latest controller OCR capability from FW before sending MR_DCMD_CTRL_SHUTDOWN When application sends a shutdown DCMD (MR_DCMD_CTRL_SHUTDOWN), driver will fetch latest controller information from firmware. This is to ensure that driver always has latest OCR capability of controller before sending the DCMD. Signed-off-by: Kashyap Desai <kashyap.desai@broadcom.com> Signed-off-by: Shivasharan S <shivasharan.srikanteshwara@broadcom.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Tomas Henzl <thenzl@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Родитель
318aaef883
Коммит
95c060869e
|
@ -6900,6 +6900,13 @@ megasas_mgmt_fw_ioctl(struct megasas_instance *instance,
|
||||||
MFI_FRAME_SGL64 |
|
MFI_FRAME_SGL64 |
|
||||||
MFI_FRAME_SENSE64));
|
MFI_FRAME_SENSE64));
|
||||||
|
|
||||||
|
if (cmd->frame->dcmd.opcode == MR_DCMD_CTRL_SHUTDOWN) {
|
||||||
|
if (megasas_get_ctrl_info(instance) != DCMD_SUCCESS) {
|
||||||
|
megasas_return_cmd(instance, cmd);
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (cmd->frame->dcmd.opcode == MR_DRIVER_SET_APP_CRASHDUMP_MODE) {
|
if (cmd->frame->dcmd.opcode == MR_DRIVER_SET_APP_CRASHDUMP_MODE) {
|
||||||
error = megasas_set_crash_dump_params_ioctl(cmd);
|
error = megasas_set_crash_dump_params_ioctl(cmd);
|
||||||
megasas_return_cmd(instance, cmd);
|
megasas_return_cmd(instance, cmd);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче