Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvhost.h190 int iov_limit; member
211 int nvqs, int iov_limit, int weight, int byte_weight,
H A Dvhost.c518 vq->log = kmalloc_objs(*vq->log, dev->iov_limit); in vhost_dev_alloc_iovecs()
519 vq->heads = kmalloc_objs(*vq->heads, dev->iov_limit); in vhost_dev_alloc_iovecs()
520 vq->nheads = kmalloc_array(dev->iov_limit, sizeof(*vq->nheads), in vhost_dev_alloc_iovecs()
582 int iov_limit, int weight, int byte_weight, in vhost_dev_init() argument
597 dev->iov_limit = iov_limit; in vhost_dev_init()
H A Dscsi.c385 cmd->tvc_log = kmalloc_objs(*cmd->tvc_log, vq->dev->iov_limit); in vhost_scsi_copy_cmd_log()