commit | 483f05f0134e60b724bc3678507c1def860c56d5 | [log] [tgz] |
---|---|---|
author | James.Smart@Emulex.Com <James.Smart@Emulex.Com> | Wed Aug 10 15:02:45 2005 -0400 |
committer | James Bottomley <jejb@mulgrave.(none)> | Fri Aug 12 12:08:13 2005 -0500 |
tree | d9bd0a9261a2e9e37a3c8149c66439e9cf8b01bd | |
parent | 507caac75e86bd041c5462e5e988fb7138e21d79 [diff] |
[SCSI] lpfc driver 8.0.30 : fix iocb reuse initialization IOCB BDE not getting fully initialized during reuse Symptoms: Driver gets Status 3 and Reason 0x13 on IOCB completions. Cause: The IOCB bpl.bdeSize and bdeFlags are not getting initialized on reuse. Fix: Reinitialize these fields in prep_dma each time an IOCB is used. Signed-off-by: James Smart <James.Smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>