Searched refs:hw_queue_depth (Results 1 – 10 of 10) sorted by relevance
139 static int hw_queue_depth = 64; variable140 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()
63 hw_queue_depth=[0..qdepth]: Default: 64
327 dev->dev_attrib.hw_queue_depth = RD_MAX_DEVICE_QUEUE_DEPTH; in rd_configure_device()
496 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);
206 dev->dev_attrib.hw_queue_depth = FD_MAX_DEVICE_QUEUE_DEPTH; in fd_configure_device()
122 dev->dev_attrib.hw_queue_depth = q->nr_requests; in iblock_configure_device()
320 dev->dev_attrib.hw_queue_depth = sd->queue_depth; in pscsi_add_device_to_list()
890 dev->dev_attrib.queue_depth = dev->dev_attrib.hw_queue_depth; in target_configure_device()
923 dev->dev_attrib.hw_queue_depth = 128; in tcmu_configure_device()
684 u32 hw_queue_depth; member