Home
last modified time | relevance | path

Searched refs:vhost_scsi_max_io_vqs (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/vhost/
H A Dscsi.c209 static unsigned vhost_scsi_max_io_vqs = 128; variable
210 module_param_named(max_io_vqs, vhost_scsi_max_io_vqs, uint, 0644);
2280 int r = -ENOMEM, i, nvqs = vhost_scsi_max_io_vqs; in vhost_scsi_open()