Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dpci.c101 static unsigned int io_queue_depth = 1024; variable
102 module_param_cb(io_queue_depth, &io_queue_depth_ops, &io_queue_depth, 0644);
103 MODULE_PARM_DESC(io_queue_depth, "set io queue depth, should >= 2 and < 4096");
2910 io_queue_depth); in nvme_pci_enable()