scsi: megaraid_sas: re-work DCMD refire code
No functional changes. This patch is a re-work of DCMD refire code to better manage all the different cases to decide whether to REFIRE or SKIP or COMPLETE certain DCMD. Signed-off-by: Sumit Saxena <sumit.saxena@broadcom.com> Signed-off-by: Shivasharan S <shivasharan.srikanteshwara@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
88d155c61a
commit
54b28049ac
@@ -1344,6 +1344,12 @@ union desc_value {
|
||||
} u;
|
||||
};
|
||||
|
||||
enum CMD_RET_VALUES {
|
||||
REFIRE_CMD = 1,
|
||||
COMPLETE_CMD = 2,
|
||||
RETURN_CMD = 3,
|
||||
};
|
||||
|
||||
void megasas_free_cmds_fusion(struct megasas_instance *instance);
|
||||
int megasas_ioc_init_fusion(struct megasas_instance *instance);
|
||||
u8 megasas_get_map_info(struct megasas_instance *instance);
|
||||
|
Reference in New Issue
Block a user