1. 19 2月, 2012 1 次提交
    • S
      [SCSI] hpsa: removed unneeded structure member max_sg_entries and fix badly... · d66ae08b
      Stephen M. Cameron 提交于
      [SCSI] hpsa: removed unneeded structure member max_sg_entries and fix badly named constant MAXSGENTRIES
      
      We had both h->max_sg_entries and h->maxsgentries in the per controller
      structure which is terribly confusing.  max_sg_entries was really
      just a constant, 32, which defines how big the "block fetch table"
      is, which is as large as the max number of SG elements embedded
      within a command (excluding SG elements in chain blocks).
      
      MAXSGENTRIES was the constant used to denote the max number of SG
      elements embedded within a command, also a poor name.
      
      So renamed MAXSGENTREIS to SG_ENTRIES_IN_CMD, and removed
      h->max_sg_entries and replaced it with SG_ENTRIES_IN_CMD.
      
      h->maxsgentries is unchanged, and is the maximum number of sg
      elements the controller will support in a command, including
      those in chain blocks, minus 1 for the chain block pointer..
      Signed-off-by: NStephen M. Cameron <scameron@beardog.cce.hp.com>
      Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
      d66ae08b
  2. 30 10月, 2011 4 次提交
  3. 27 7月, 2011 1 次提交
  4. 17 5月, 2011 5 次提交
  5. 19 2月, 2011 2 次提交
  6. 25 1月, 2011 1 次提交
  7. 22 12月, 2010 1 次提交
  8. 28 7月, 2010 1 次提交
  9. 03 3月, 2010 2 次提交
  10. 18 2月, 2010 7 次提交
  11. 10 12月, 2009 1 次提交