Mike Christie dd8c0d9586 [SCSI] scsi_tcp: rm data rx and tx tfms
We currently allocated seperate tfms for data and header digests. There
is no reason for this since we can never calculate a rx header and
digest at the same time. Same for sends. So this patch removes the data
tfms and has the send and recv sides use the rx_tfm or tx_tfm.

I also made the connection creation code preallocate the tfms because I
thought I hit a bug where I changed the digests settings during a
relogin but could not allocate the tfm and then we just failed.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2006-09-02 13:37:18 -05:00
..
2006-07-08 13:30:09 -07:00
2006-08-27 21:59:59 -05:00
2006-08-26 13:05:12 -07:00
2006-07-14 21:53:54 -07:00
2006-08-07 14:47:54 +01:00
2006-07-12 15:38:28 -07:00
2006-06-17 21:18:43 -07:00