Print this page
Code review comments

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/mr_sas/ld_pd_map.h
          +++ new/usr/src/uts/common/io/mr_sas/ld_pd_map.h
↓ open down ↓ 59 lines elided ↑ open up ↑
  60   60      U64     last_accessed_block[2];
  61   61  } LD_LOAD_BALANCE_INFO, *PLD_LOAD_BALANCE_INFO;
  62   62  
  63   63  #pragma pack(1)
  64   64  typedef struct _MR_FW_RAID_MAP_ALL {
  65   65          MR_FW_RAID_MAP raidMap;
  66   66          MR_LD_SPAN_MAP ldSpanMap[MAX_LOGICAL_DRIVES - 1];
  67   67  } MR_FW_RAID_MAP_ALL;
  68   68  
  69   69  /*
  70      - * Raid Context structure which describes MegaRAID specific IO Paramenters
       70 + * Raid Context structure which describes MegaRAID specific IO Parameters
  71   71   * This resides at offset 0x60 where the SGL normally starts in MPT IO Frames
  72   72   */
  73   73  typedef struct _MPI2_SCSI_IO_VENDOR_UNIQUE {
  74   74          U8 nsegType;            /* 0x00 nseg[7:4], Type[3:0] */
  75   75          U8 resvd0;              /* 0x01 */
  76   76          U16 timeoutValue;       /* 0x02 -0x03 */
  77   77          U8 regLockFlags;        /* 0x04 */
  78   78          U8 reservedForHw1;      /* 0x05 */
  79   79          U16 ldTargetId;         /* 0x06 - 0x07 */
  80   80          U64 regLockRowLBA;      /* 0x08 - 0x0F */
↓ open down ↓ 169 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX