Skip to content

Commit

Permalink
[SCSI] mpt fusion: config path optimized, completion queue is used
Browse files Browse the repository at this point in the history
1) 	Previously we had mutliple #defines to use same values.
	Now those #defines are optimized.
	MPT_IOCTL_STATUS_* is removed and  MPT_MGMT_STATUS_* are new
	#defines.
2.)	config path is optimized.
	Instead of wait Queue and timer, using completion Q.
3.)	mpt_timer_expired is not used.

[jejb: elide patch to eliminate mpt_timer_expired]
Signed-off-by: Kashyap Desai <kadesai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Kashyap, Desai authored and James Bottomley committed Jun 9, 2009
1 parent fd76175 commit f0f09d3
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 285 deletions.
Loading

0 comments on commit f0f09d3

Please sign in to comment.