aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid/megaraid_sas.h
diff options
context:
space:
mode:
authorYang, Bo <Bo.Yang@lsi.com>2009-10-06 14:18:02 -0600
committerJames Bottomley <James.Bottomley@suse.de>2009-10-29 13:03:18 -0400
commitc35188377f12e5e0a74f18c3dfdd67baf88db514 (patch)
tree77d4e0d84a623f0981b37f8936d1a4f2ae32de29 /drivers/scsi/megaraid/megaraid_sas.h
parent8d56825321339f0ef7ad08eb58332e1836881e3b (diff)
downloadkernel_samsung_smdk4412-c35188377f12e5e0a74f18c3dfdd67baf88db514.zip
kernel_samsung_smdk4412-c35188377f12e5e0a74f18c3dfdd67baf88db514.tar.gz
kernel_samsung_smdk4412-c35188377f12e5e0a74f18c3dfdd67baf88db514.tar.bz2
[SCSI] megaraid_sas: Add poll mechanism to megaraid sas driver
Add Poll_wait mechanism to SAS-2 MegaRAID SAS Linux driver. Driver will wakeup poll after the driver get event from MegaRAID SAS FW. Signed-off-by Bo Yang<bo.yang@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/megaraid/megaraid_sas.h')
-rw-r--r--drivers/scsi/megaraid/megaraid_sas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h
index 0d03324..900359f 100644
--- a/drivers/scsi/megaraid/megaraid_sas.h
+++ b/drivers/scsi/megaraid/megaraid_sas.h
@@ -1120,6 +1120,7 @@ struct megasas_instance {
struct tasklet_struct isr_tasklet;
u8 flag;
+ u8 unload;
unsigned long last_time;
struct timer_list io_completion_timer;