Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsi.c205 int scsi_device_max_queue_depth(struct scsi_device *sdev) in scsi_device_max_queue_depth() function
222 depth = min_t(int, depth, scsi_device_max_queue_depth(sdev)); in scsi_change_queue_depth()
H A Dscsi_scan.c228 depth = min_t(unsigned int, depth, scsi_device_max_queue_depth(sdev)); in scsi_realloc_sdev_budget_map()
249 scsi_device_max_queue_depth(sdev), in scsi_realloc_sdev_budget_map()