From 6192bd7cdc37e2df9391403235b72668a5bf27da Mon Sep 17 00:00:00 2001 From: Krishna Gudipati Date: Fri, 11 May 2012 17:49:59 -0700 Subject: [SCSI] bfa: Fix to set vport FC host sysfs entries Made changes to set the fc_host sysfs entries supported_speeds, supported_classes etc., during the vport creation from the FC transport template. Signed-off-by: Krishna Gudipati Signed-off-by: James Bottomley --- drivers/scsi/bfa/bfad_im.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/scsi/bfa/bfad_im.h') diff --git a/drivers/scsi/bfa/bfad_im.h b/drivers/scsi/bfa/bfad_im.h index 0814367ef101..f6c1023e502a 100644 --- a/drivers/scsi/bfa/bfad_im.h +++ b/drivers/scsi/bfa/bfad_im.h @@ -37,6 +37,7 @@ int bfad_im_scsi_host_alloc(struct bfad_s *bfad, struct bfad_im_port_s *im_port, struct device *dev); void bfad_im_scsi_host_free(struct bfad_s *bfad, struct bfad_im_port_s *im_port); +u32 bfad_im_supported_speeds(struct bfa_s *bfa); #define MAX_FCP_TARGET 1024 #define MAX_FCP_LUN 16384 -- cgit v1.2.3