Searched hist:e8206381f5842269691f3164ec0d79b7059bd710 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/message/fusion/ |
H A D | mptspi.c | diff e8206381f5842269691f3164ec0d79b7059bd710 Sat Sep 29 18:16:53 CEST 2007 Eric Moore <eric.moore@lsi.com> [SCSI] mpt fusion: lock down ScsiLookup
ScsiLookup is an array of pending scmd pointers that the scsi lld maintains. This array is touched from queuecommand, eh threads, and interrupt context. This array should put under locks, hence this patch to synchronize its access. I've added some nice little function wrappers for this, and moved the ScsiLookup array over to MPT_ADAPTER struct.
Signed-off-by: Eric Moore <Eric.Moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
|
H A D | mptbase.h | diff e8206381f5842269691f3164ec0d79b7059bd710 Sat Sep 29 18:16:53 CEST 2007 Eric Moore <eric.moore@lsi.com> [SCSI] mpt fusion: lock down ScsiLookup
ScsiLookup is an array of pending scmd pointers that the scsi lld maintains. This array is touched from queuecommand, eh threads, and interrupt context. This array should put under locks, hence this patch to synchronize its access. I've added some nice little function wrappers for this, and moved the ScsiLookup array over to MPT_ADAPTER struct.
Signed-off-by: Eric Moore <Eric.Moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
|
H A D | mptfc.c | diff e8206381f5842269691f3164ec0d79b7059bd710 Sat Sep 29 18:16:53 CEST 2007 Eric Moore <eric.moore@lsi.com> [SCSI] mpt fusion: lock down ScsiLookup
ScsiLookup is an array of pending scmd pointers that the scsi lld maintains. This array is touched from queuecommand, eh threads, and interrupt context. This array should put under locks, hence this patch to synchronize its access. I've added some nice little function wrappers for this, and moved the ScsiLookup array over to MPT_ADAPTER struct.
Signed-off-by: Eric Moore <Eric.Moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
|
H A D | mptscsih.c | diff e8206381f5842269691f3164ec0d79b7059bd710 Sat Sep 29 18:16:53 CEST 2007 Eric Moore <eric.moore@lsi.com> [SCSI] mpt fusion: lock down ScsiLookup
ScsiLookup is an array of pending scmd pointers that the scsi lld maintains. This array is touched from queuecommand, eh threads, and interrupt context. This array should put under locks, hence this patch to synchronize its access. I've added some nice little function wrappers for this, and moved the ScsiLookup array over to MPT_ADAPTER struct.
Signed-off-by: Eric Moore <Eric.Moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
|
H A D | mptsas.c | diff e8206381f5842269691f3164ec0d79b7059bd710 Sat Sep 29 18:16:53 CEST 2007 Eric Moore <eric.moore@lsi.com> [SCSI] mpt fusion: lock down ScsiLookup
ScsiLookup is an array of pending scmd pointers that the scsi lld maintains. This array is touched from queuecommand, eh threads, and interrupt context. This array should put under locks, hence this patch to synchronize its access. I've added some nice little function wrappers for this, and moved the ScsiLookup array over to MPT_ADAPTER struct.
Signed-off-by: Eric Moore <Eric.Moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
|