Searched refs:hdepth (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-core.c | 2225 int hdepth = 0, ddepth = ata_id_queue_depth(dev->id); in ata_dev_config_ncq() local 2247 hdepth = min(ap->scsi_host->can_queue, ATA_MAX_QUEUE); in ata_dev_config_ncq() 2268 if (hdepth >= ddepth) in ata_dev_config_ncq() 2271 snprintf(desc, desc_sz, "NCQ (depth %d/%d)%s", hdepth, in ata_dev_config_ncq()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-core.c | 2325 int hdepth = 0, ddepth = ata_id_queue_depth(dev->id); in ata_dev_config_ncq() local 2347 hdepth = min(ap->scsi_host->can_queue, ATA_MAX_QUEUE); in ata_dev_config_ncq() 2368 if (hdepth >= ddepth) in ata_dev_config_ncq() 2371 snprintf(desc, desc_sz, "NCQ (depth %d/%d)%s", hdepth, in ata_dev_config_ncq()
|
Completed in 15 milliseconds