hw_queue_depth     61 drivers/block/null_blk.h 	unsigned int hw_queue_depth; /* queue depth */
hw_queue_depth    177 drivers/block/null_blk_main.c module_param_named(hw_queue_depth, g_hw_queue_depth, int, 0444);
hw_queue_depth    178 drivers/block/null_blk_main.c MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: 64");
hw_queue_depth    291 drivers/block/null_blk_main.c NULLB_DEVICE_ATTR(hw_queue_depth, uint);
hw_queue_depth    526 drivers/block/null_blk_main.c 	dev->hw_queue_depth = g_hw_queue_depth;
hw_queue_depth   1505 drivers/block/null_blk_main.c 	nullb->queue_depth = nullb->dev->hw_queue_depth;
hw_queue_depth   1563 drivers/block/null_blk_main.c 	set->queue_depth = nullb ? nullb->dev->hw_queue_depth :
hw_queue_depth    541 drivers/target/target_core_configfs.c DEF_CONFIGFS_ATTRIB_SHOW(hw_queue_depth);
hw_queue_depth   1020 drivers/target/target_core_configfs.c 		if (val > dev->dev_attrib.hw_queue_depth) {
hw_queue_depth   1024 drivers/target/target_core_configfs.c 				dev->dev_attrib.hw_queue_depth);
hw_queue_depth   1139 drivers/target/target_core_configfs.c CONFIGFS_ATTR_RO(, hw_queue_depth);
hw_queue_depth    948 drivers/target/target_core_device.c 	dev->dev_attrib.queue_depth = dev->dev_attrib.hw_queue_depth;
hw_queue_depth    193 drivers/target/target_core_file.c 	dev->dev_attrib.hw_queue_depth = FD_MAX_DEVICE_QUEUE_DEPTH;
hw_queue_depth    110 drivers/target/target_core_iblock.c 	dev->dev_attrib.hw_queue_depth = q->nr_requests;
hw_queue_depth    307 drivers/target/target_core_pscsi.c 	dev->dev_attrib.hw_queue_depth = sd->queue_depth;
hw_queue_depth    301 drivers/target/target_core_rd.c 	dev->dev_attrib.hw_queue_depth = RD_MAX_DEVICE_QUEUE_DEPTH;
hw_queue_depth   1941 drivers/target/target_core_user.c 	dev->dev_attrib.hw_queue_depth = 128;
hw_queue_depth    690 include/target/target_core_base.h 	u32		hw_queue_depth;