Searched refs:ddepth (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 2268 if (hdepth >= ddepth) in ata_dev_config_ncq() 2269 snprintf(desc, desc_sz, "NCQ (depth %d)%s", ddepth, aa_desc); in ata_dev_config_ncq() 2272 ddepth, aa_desc); 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 2368 if (hdepth >= ddepth) in ata_dev_config_ncq() 2369 snprintf(desc, desc_sz, "NCQ (depth %d)%s", ddepth, aa_desc); in ata_dev_config_ncq() 2372 ddepth, aa_desc); in ata_dev_config_ncq()
|
Completed in 15 milliseconds