isci: fix support for arbitrarily large smp requests

Instead of duplicating the smp request buffer reuse the one provided by
libsas.  This future proofs the driver to support arbitrarily large smp
requests, and shrinks the request structure size by ~700 bytes.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
Dan Williams
2011-06-16 16:59:56 -07:00
orang tua ddcc7e347a
melakukan e9bf709564
3 mengubah file dengan 65 tambahan dan 85 penghapusan

Melihat File

@@ -244,7 +244,6 @@ struct scic_sds_request {
} ssp;
struct {
struct smp_req cmd;
struct smp_resp rsp;
} smp;