Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dloop.c1813 static int hw_queue_depth = LOOP_DEFAULT_HW_Q_DEPTH; variable
1824 hw_queue_depth = qd; in loop_set_hw_queue_depth()
1833 device_param_cb(hw_queue_depth, &loop_hw_qdepth_param_ops, &hw_queue_depth, 0444);
1834 MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: " __stringify(LOOP_DEFAULT_HW_Q_DEPTH));
2024 lo->tag_set.queue_depth = hw_queue_depth; in loop_add()
/linux/Documentation/block/
H A Dnull_blk.rst72 hw_queue_depth=[0..qdepth]: Default: 64
/linux/drivers/block/null_blk/
H A Dmain.c209 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);
799 dev->hw_queue_depth = g_hw_queue_depth; in null_alloc_dev()
1865 nullb->tag_set->queue_depth = nullb->dev->hw_queue_depth; in null_setup_tagset()
/linux/drivers/target/
H A Dtarget_core_rd.c301 dev->dev_attrib.hw_queue_depth = RD_MAX_DEVICE_QUEUE_DEPTH; in rd_configure_device()
H A Dtarget_core_configfs.c571 DEF_CONFIGFS_ATTRIB_SHOW(hw_queue_depth);
1079 if (val > dev->dev_attrib.hw_queue_depth) { in queue_depth_store()
1083 dev->dev_attrib.hw_queue_depth); in queue_depth_store()
1292 CONFIGFS_ATTR_RO(, hw_queue_depth);
H A Dtarget_core_file.c197 dev->dev_attrib.hw_queue_depth = FD_MAX_DEVICE_QUEUE_DEPTH; in fd_configure_device()
H A Dtarget_core_iblock.c140 dev->dev_attrib.hw_queue_depth = q->nr_requests; in iblock_configure_device()
H A Dtarget_core_device.c982 dev->dev_attrib.queue_depth = dev->dev_attrib.hw_queue_depth; in target_configure_device()
H A Dtarget_core_user.c2272 dev->dev_attrib.hw_queue_depth = 128; in tcmu_configure_device()
/linux/include/target/
H A Dtarget_core_base.h727 u32 hw_queue_depth; member