Searched refs:scsi_device_max_queue_depth (Results 1 – 3 of 3) sorted by relevance
186 extern int scsi_device_max_queue_depth(struct scsi_device *sdev);
214 int scsi_device_max_queue_depth(struct scsi_device *sdev) in scsi_device_max_queue_depth() function228 depth = min_t(int, depth, scsi_device_max_queue_depth(sdev)); in scsi_change_queue_depth()
295 scsi_device_max_queue_depth(sdev), in scsi_alloc_sdev()