Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/
Dnull_blk.h67 unsigned int hw_queue_depth; /* queue depth */ member
Dnull_blk_main.c192 module_param_named(hw_queue_depth, g_hw_queue_depth, int, 0444);
193 MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: 64");
350 NULLB_DEVICE_ATTR(hw_queue_depth, uint, NULL);
592 dev->hw_queue_depth = g_hw_queue_depth; in null_alloc_dev()
1662 nullb->queue_depth = nullb->dev->hw_queue_depth; in setup_queues()
1722 set->queue_depth = nullb ? nullb->dev->hw_queue_depth : in null_init_tag_set()
/kernel/linux/linux-5.10/Documentation/block/
Dnull_blk.rst72 hw_queue_depth=[0..qdepth]: Default: 64
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_rd.c301 dev->dev_attrib.hw_queue_depth = RD_MAX_DEVICE_QUEUE_DEPTH; in rd_configure_device()
Dtarget_core_configfs.c541 DEF_CONFIGFS_ATTRIB_SHOW(hw_queue_depth);
1022 if (val > dev->dev_attrib.hw_queue_depth) { in queue_depth_store()
1026 dev->dev_attrib.hw_queue_depth); in queue_depth_store()
1201 CONFIGFS_ATTR_RO(, hw_queue_depth);
Dtarget_core_iblock.c110 dev->dev_attrib.hw_queue_depth = q->nr_requests; in iblock_configure_device()
Dtarget_core_file.c193 dev->dev_attrib.hw_queue_depth = FD_MAX_DEVICE_QUEUE_DEPTH; in fd_configure_device()
Dtarget_core_pscsi.c307 dev->dev_attrib.hw_queue_depth = sd->queue_depth; in pscsi_add_device_to_list()
Dtarget_core_device.c950 dev->dev_attrib.queue_depth = dev->dev_attrib.hw_queue_depth; in target_configure_device()
Dtarget_core_user.c2126 dev->dev_attrib.hw_queue_depth = 128; in tcmu_configure_device()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h696 u32 hw_queue_depth; member