Searched refs:hw_queue_depth (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/block/ |
| H A D | loop.c | 1824 static int hw_queue_depth = LOOP_DEFAULT_HW_Q_DEPTH; variable 1835 hw_queue_depth = qd; in loop_set_hw_queue_depth() 1844 device_param_cb(hw_queue_depth, &loop_hw_qdepth_param_ops, &hw_queue_depth, 0444); 1845 MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: " __stringify(LOOP_… 2039 lo->tag_set.queue_depth = hw_queue_depth; in loop_add()
|
| /linux/drivers/block/null_blk/ |
| H A D | main.c | 209 module_param_named(hw_queue_depth, g_hw_queue_depth, int, 0444); 210 MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: 64"); 454 NULLB_DEVICE_ATTR(hw_queue_depth, uint, NULL); 809 dev->hw_queue_depth = g_hw_queue_depth; in null_alloc_dev() 1874 nullb->tag_set->queue_depth = nullb->dev->hw_queue_depth; in null_setup_tagset()
|
| /linux/Documentation/block/ |
| H A D | null_blk.rst | 72 hw_queue_depth=[0..qdepth]: Default: 64
|
| /linux/drivers/target/ |
| H A D | target_core_rd.c | 300 dev->dev_attrib.hw_queue_depth = RD_MAX_DEVICE_QUEUE_DEPTH; in rd_configure_device()
|
| H A D | target_core_file.c | 197 dev->dev_attrib.hw_queue_depth = FD_MAX_DEVICE_QUEUE_DEPTH; in fd_configure_device()
|
| H A D | target_core_pscsi.c | 303 dev->dev_attrib.hw_queue_depth = sd->queue_depth; in pscsi_add_device_to_list()
|