diff options
Diffstat (limited to 'drivers/scsi/megaraid/megaraid_sas.h')
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h index 6466bdf548c2..fbbfe2ea049f 100644 --- a/drivers/scsi/megaraid/megaraid_sas.h +++ b/drivers/scsi/megaraid/megaraid_sas.h | |||
@@ -542,6 +542,10 @@ struct megasas_ctrl_info { | |||
542 | 542 | ||
543 | #define MEGASAS_FW_BUSY 1 | 543 | #define MEGASAS_FW_BUSY 1 |
544 | 544 | ||
545 | /* Frame Type */ | ||
546 | #define IO_FRAME 0 | ||
547 | #define PTHRU_FRAME 1 | ||
548 | |||
545 | /* | 549 | /* |
546 | * When SCSI mid-layer calls driver's reset routine, driver waits for | 550 | * When SCSI mid-layer calls driver's reset routine, driver waits for |
547 | * MEGASAS_RESET_WAIT_TIME seconds for all outstanding IO to complete. Note | 551 | * MEGASAS_RESET_WAIT_TIME seconds for all outstanding IO to complete. Note |