commit | 08029990b25b76b1bc167336358bd21812567f2a | [log] [tgz] |
---|---|---|
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | Tue Mar 24 09:07:55 2009 -0700 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Apr 03 09:22:44 2009 -0500 |
tree | 87cb617366a61bd643818996cc6186e817e23b63 | |
parent | 534841b3c110b0f149513c7695751879951d3f22 [diff] |
[SCSI] qla2xxx: Refactor request/response-queue register handling. Original code used an overabundance of indirect pointers to function helpers. Instead, the driver can exploit the immutable properties of a queue's ISP-association and ID, which are both known at queue initialization-time. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>