Searched refs:hw_queue_depth (Results 1 – 10 of 10) sorted by relevance
142 static int hw_queue_depth = 64; variable143 module_param(hw_queue_depth, int, S_IRUGO);144 MODULE_PARM_DESC(hw_queue_depth, "Queue depth for each hardware queue. Default: 64");474 nullb->queue_depth = hw_queue_depth; in setup_queues()522 nullb->tag_set.queue_depth = hw_queue_depth; in null_add_dev()
103 DEF_TB_DEV_ATTRIB_RO(_backend, hw_queue_depth); \104 TB_DEV_ATTR_RO(_backend, hw_queue_depth); \
699 u32 hw_queue_depth; member
63 hw_queue_depth=[0..qdepth]: Default: 64
324 dev->dev_attrib.hw_queue_depth = sd->queue_depth; in pscsi_add_device_to_list()1130 DEF_TB_DEV_ATTRIB_RO(pscsi, hw_queue_depth);1131 TB_DEV_ATTR_RO(pscsi, hw_queue_depth);
883 dev->dev_attrib.hw_queue_depth = 128; in tcmu_configure_device()1064 DEF_TB_DEV_ATTRIB_RO(tcmu, hw_queue_depth);1065 TB_DEV_ATTR_RO(tcmu, hw_queue_depth);
1118 if (queue_depth > dev->dev_attrib.hw_queue_depth) { in se_dev_set_queue_depth()1122 dev->dev_attrib.hw_queue_depth); in se_dev_set_queue_depth()1568 dev->dev_attrib.queue_depth = dev->dev_attrib.hw_queue_depth; in target_configure_device()
341 dev->dev_attrib.hw_queue_depth = RD_MAX_DEVICE_QUEUE_DEPTH; in rd_configure_device()
128 dev->dev_attrib.hw_queue_depth = q->nr_requests; in iblock_configure_device()
225 dev->dev_attrib.hw_queue_depth = FD_MAX_DEVICE_QUEUE_DEPTH; in fd_configure_device()