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