> -----Original Message-----
> From: Johannes Thumshirn [mailto:[email protected]]
> Sent: Monday, January 30, 2017 3:43 AM
> To: Raghava Aditya Renukunta
> <[email protected]>
> Cc: [email protected]; [email protected]; linux-
> [email protected]; Dave Carroll <[email protected]>; Gana
> Sridaran <[email protected]>; Scott Benesh
> <[email protected]>
> 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
> <[email protected]>
> > Signed-off-by: Dave Carroll <[email protected]>
> >
> > ---
> 
> [...]
> 
> > + * 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 <[email protected]>
> 
> --
> Johannes Thumshirn                                          Storage
> [email protected]                                +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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to