From: Seokmann Ju Date: Thu, 31 Jan 2008 20:33:52 +0000 (-0800) Subject: [SCSI] qla2xxx: Access the proper 'physical' port in FC-transport callbacks. X-Git-Tag: v2.6.25-rc1~285^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da4541b63bbe9a945d7bbc1105f2deacc42ef195;p=pandora-kernel.git [SCSI] qla2xxx: Access the proper 'physical' port in FC-transport callbacks. For following fc_host specific attributes, vports rely on the pport. So, this patch changed way to access the data for those attributes so that they can access pport's. - get_host_speed (speed) - get_host_port_state (port_state) - get_host_port_type (port_type) - get_fc_host_stats Also, added PORT_SPEED_8GB case in the speed attribute for 8Gb HBAs. Signed-Off-by: Seokmann Ju Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed