Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dnull_blk.c139 static int hw_queue_depth = 64; variable
140 module_param(hw_queue_depth, int, S_IRUGO);
141 MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: 64");
521 grp->cpar = hw_queue_depth; in null_lnvm_id()
621 nullb->queue_depth = hw_queue_depth; in setup_queues()
669 nullb->tag_set.queue_depth = hw_queue_depth; in null_add_dev()
/linux-4.4.14/Documentation/block/
Dnull_blk.txt63 hw_queue_depth=[0..qdepth]: Default: 64
/linux-4.4.14/drivers/target/
Dtarget_core_rd.c327 dev->dev_attrib.hw_queue_depth = RD_MAX_DEVICE_QUEUE_DEPTH; in rd_configure_device()
Dtarget_core_configfs.c496 DEF_CONFIGFS_ATTRIB_SHOW(hw_queue_depth);
896 if (val > dev->dev_attrib.hw_queue_depth) { in queue_depth_store()
900 dev->dev_attrib.hw_queue_depth); in queue_depth_store()
995 CONFIGFS_ATTR_RO(, hw_queue_depth);
Dtarget_core_file.c206 dev->dev_attrib.hw_queue_depth = FD_MAX_DEVICE_QUEUE_DEPTH; in fd_configure_device()
Dtarget_core_iblock.c122 dev->dev_attrib.hw_queue_depth = q->nr_requests; in iblock_configure_device()
Dtarget_core_pscsi.c320 dev->dev_attrib.hw_queue_depth = sd->queue_depth; in pscsi_add_device_to_list()
Dtarget_core_device.c890 dev->dev_attrib.queue_depth = dev->dev_attrib.hw_queue_depth; in target_configure_device()
Dtarget_core_user.c923 dev->dev_attrib.hw_queue_depth = 128; in tcmu_configure_device()
/linux-4.4.14/include/target/
Dtarget_core_base.h684 u32 hw_queue_depth; member