Searched hist:d54c5c24870ff4d581ce17f09d0c5fcb728c1d02 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.h | diff d54c5c24870ff4d581ce17f09d0c5fcb728c1d02 Fri Jan 23 16:42:59 CST 2015 Stephen Cameron <stephenmcameron@gmail.com> hpsa: reserve some commands for use by driver
We need to reserve some commands for device rescans, aborts, and the pass through ioctls, etc. so we cannot give them all to the scsi mid layer.
This is in preparation for removing cmd_special_alloc and cmd_special_free so that we can stop queuing commands internally in the driver so that we can remove the locks thta protect the queue that we will no longer have.
Reviewed-by: Scott Teel <scott.teel@pmcs.com> Signed-off-by: Don Brace <don.brace@pmcs.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
|
H A D | hpsa.c | diff d54c5c24870ff4d581ce17f09d0c5fcb728c1d02 Fri Jan 23 16:42:59 CST 2015 Stephen Cameron <stephenmcameron@gmail.com> hpsa: reserve some commands for use by driver
We need to reserve some commands for device rescans, aborts, and the pass through ioctls, etc. so we cannot give them all to the scsi mid layer.
This is in preparation for removing cmd_special_alloc and cmd_special_free so that we can stop queuing commands internally in the driver so that we can remove the locks thta protect the queue that we will no longer have.
Reviewed-by: Scott Teel <scott.teel@pmcs.com> Signed-off-by: Don Brace <don.brace@pmcs.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
|