From: Joe Eykholt Date: Tue, 20 Jul 2010 22:20:56 +0000 (-0700) Subject: [SCSI] libfc: add fc_frame_sid() and fc_frame_did() functions X-Git-Tag: v2.6.36-rc1~570^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251748a99e631a2c46edcf9e519cfc60fae8153d;p=pandora-kernel.git [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 since we need them there and that's included by Signed-off-by: Joe Eykholt Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed