Home
last modified time | relevance | path

Searched refs:scsi_device_max_queue_depth (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/scsi/
A Dscsi_priv.h195 extern int scsi_device_max_queue_depth(struct scsi_device *sdev);
A Dscsi.c205 int scsi_device_max_queue_depth(struct scsi_device *sdev) in scsi_device_max_queue_depth() function
219 depth = min_t(int, depth, scsi_device_max_queue_depth(sdev)); in scsi_change_queue_depth()
A Dscsi_scan.c226 depth = min_t(unsigned int, depth, scsi_device_max_queue_depth(sdev)); in scsi_realloc_sdev_budget_map()
247 scsi_device_max_queue_depth(sdev), in scsi_realloc_sdev_budget_map()

Completed in 13 milliseconds