Searched refs:vhost_scsi_max_io_vqs (Results 1 – 1 of 1) sorted by relevance
169 static unsigned vhost_scsi_max_io_vqs = 128; variable170 module_param_named(max_io_vqs, vhost_scsi_max_io_vqs, uint, 0644);1946 int r = -ENOMEM, i, nvqs = vhost_scsi_max_io_vqs; in vhost_scsi_open()