> -----Original Message----- > From: Johannes Thumshirn [mailto:jthumshirn@xxxxxxx] > Sent: Monday, January 30, 2017 3:43 AM > To: Raghava Aditya Renukunta > <RaghavaAditya.Renukunta@xxxxxxxxxxxxx> > Cc: jejb@xxxxxxxxxxxxxxxxxx; martin.petersen@xxxxxxxxxx; linux- > scsi@xxxxxxxxxxxxxxx; Dave Carroll <david.carroll@xxxxxxxxxxxxx>; Gana > Sridaran <gana.sridaran@xxxxxxxxxxxxx>; Scott Benesh > <scott.benesh@xxxxxxxxxxxxx> > Subject: Re: [PATCH V3 21/24] aacraid: Retrieve HBA host information ioctl > > EXTERNAL EMAIL > > > On Fri, Jan 27, 2017 at 11:28:50AM -0800, Raghava Aditya Renukunta wrote: > > Added a new ioctl interface to retrieve the host device information. > > > > Signed-off-by: Raghava Aditya Renukunta > <RaghavaAditya.Renukunta@xxxxxxxxxxxxx> > > Signed-off-by: Dave Carroll <David.Carroll@xxxxxxxxxxxxx> > > > > --- > > [...] > > > + * This is for management ioctl purpose only. > > + */ > > +struct aac_hba_info { > > + > > + u8 DriverName[50]; > > + u8 AdapterNumber; > > + u8 SystemIoBusNumber; > > + u8 DeviceNumber; > > + u32 FunctionNumber; > > + u32 VendorID; > > + u32 DeviceID; > > + u32 SubVendorID; > > + u32 SubSystemID; > > + u32 MappedBaseAddressSize; > > + u32 BasePhysicalAddress_HighPart; > > + u32 BasePhysicalAddress_LowPart; > > + > > + u32 MaxCommandSize; > > + u32 MaxFibSize; > > + u32 MaxScatterGatherFromOs; > > + u32 MaxScatterGatherToFw; > > + u32 MaxOutstandingFibs; > > + > > + u32 QueueStartThreshold; > > + u32 QueueDumpThreshold; > > + u32 MaxIoSizeQueued; > > + u32 OutstandingIO; > > + > > + u32 FirmwareBuildNumber; > > + u32 BIOSBuildNumber; > > + u32 DriverBuildNumber; > > + u32 SerialNumber_HighPart; > > + u32 SerialNumber_LowPart; > > + u32 SupportedOptions; > > + u32 FeatureBits; > > + u32 currentnumberPorts; > > + > > + u8 NewCommInterface:1; > > + u8 NewCommandsSupported:1; > > + u8 DisablePassthrough:1; > > + u8 ExposeNonDasd:1; > > + u8 QueueAllowed:1; > > + u8 BLEDCheckEnabled:1; > > + u8 reserved1:1; > > + u8 reserted2:1; > > + > > + u32 reserved3[10]; > > + > > +}; > > Again, is it possible to get this without CamelCase? Next patch version submission I will fix this. > Anyways, > Reviewed-by: Johannes Thumshirn <jthumshirn@xxxxxxx> > > -- > Johannes Thumshirn Storage > jthumshirn@xxxxxxx +49 911 74053 689 > SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg > GF: Felix Imendörffer, Jane Smithard, Graham Norton > HRB 21284 (AG Nürnberg) > Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html