Skip to content
GitLab
  • Explore
  • Sign in
  • Register
  • xcap
  • xcap-capability-linux
  • Repository
  • xcap-capability-linux
  • drivers
  • scsi
  • hpsa.c
Find file Blame History Permalink
  • Don Brace's avatar
    [SCSI] hpsa: Allow multiple command completions per interrupt. · 303932fd
    Don Brace authored Feb 04, 2010
    
    
    This is done by adding support for the so-called "performant mode"
    (that's really what they called it).  Smart Array controllers
    have a mode which enables multiple command completions to be
    delivered with a single interrupt, "performant" mode.  We want to use
    that mode, as some newer controllers will be requiring this mode.
    
    Signed-off-by: default avatarDon Brace <brace@beardog.cce.hp.com>
    Signed-off-by: default avatarStephen M. Cameron <scameron@beardog.cce.hp.com>
    Signed-off-by: default avatarMike Miller <mikem@beardog.cce.hp.com>
    Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
    303932fd