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

/linux-master/drivers/block/null_blk/
H A Dnull_blk.h94 unsigned int hw_queue_depth; /* queue depth */ member in struct:nullb_device
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");
425 NULLB_DEVICE_ATTR(hw_queue_depth, uint, NULL);
668 "completion_nsec,discard,home_node,hw_queue_depth,"
741 dev->hw_queue_depth = g_hw_queue_depth;
1774 nullb->tag_set->queue_depth = nullb->dev->hw_queue_depth;
/linux-master/drivers/block/
H A Dloop.c1810 static int hw_queue_depth = LOOP_DEFAULT_HW_Q_DEPTH; variable
1821 hw_queue_depth = qd;
1830 device_param_cb(hw_queue_depth, &loop_hw_qdepth_param_ops, &hw_queue_depth, 0444);
1831 MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: " __stringify(LOOP_DEFAULT_HW_Q_DEPTH));
2021 lo->tag_set.queue_depth = hw_queue_depth;
/linux-master/drivers/target/
H A Dtarget_core_rd.c301 dev->dev_attrib.hw_queue_depth = RD_MAX_DEVICE_QUEUE_DEPTH;
H A Dtarget_core_file.c197 dev->dev_attrib.hw_queue_depth = FD_MAX_DEVICE_QUEUE_DEPTH;
H A Dtarget_core_device.c936 dev->dev_attrib.queue_depth = dev->dev_attrib.hw_queue_depth;
H A Dtarget_core_iblock.c135 dev->dev_attrib.hw_queue_depth = q->nr_requests;
H A Dtarget_core_pscsi.c302 dev->dev_attrib.hw_queue_depth = sd->queue_depth;
H A Dtarget_core_configfs.c571 DEF_CONFIGFS_ATTRIB_SHOW(hw_queue_depth); variable
1081 if (val > dev->dev_attrib.hw_queue_depth) {
1085 dev->dev_attrib.hw_queue_depth);
1294 CONFIGFS_ATTR_RO(, hw_queue_depth);
H A Dtarget_core_user.c2272 dev->dev_attrib.hw_queue_depth = 128;
/linux-master/include/target/
H A Dtarget_core_base.h722 u32 hw_queue_depth; member in struct:se_dev_attrib

Completed in 200 milliseconds