[SCSI] libfc: add fc_frame_sid() and fc_frame_did() functions
authorJoe Eykholt <jeykholt@cisco.com>
Tue, 20 Jul 2010 22:20:56 +0000 (15:20 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 28 Jul 2010 14:05:59 +0000 (09:05 -0500)
commit251748a99e631a2c46edcf9e519cfc60fae8153d
tree6255e513473fffde4691f761c53e82440d763d18
parent079ecd8cfe95dfd28b74f3a00d66fdbcdfc8c611
[SCSI] libfc: add fc_frame_sid() and fc_frame_did() functions

To pave the way for eliminating exchanges from incoming requests,
add simple inline fc_frame_sid() and fc_frame_did() functions
which get the FC_IDs from the frame header.  This can be almost
as efficient as getting them from the sequence/exchange.

Move ntohll, htonll, ntoh24 and hton24 to <scsi/fc_frame.h>
since we need them there and that's included by <scsi/libfc.h>

Signed-off-by: Joe Eykholt <jeykholt@cisco.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/libfc/fc_lport.c
drivers/scsi/libfc/fc_rport.c
include/scsi/fc_frame.h
include/scsi/libfc.h