Home
last modified time | relevance | path

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

/drivers/vhost/
Dvhost.h147 int vhost_get_vq_desc(struct vhost_dev *, struct vhost_virtqueue *,
Dtest.c55 head = vhost_get_vq_desc(&n->dev, vq, vq->iov, in handle_vq()
Dnet.c360 head = vhost_get_vq_desc(&net->dev, vq, vq->iov, in handle_tx()
510 d = vhost_get_vq_desc(vq->dev, vq, vq->iov + seg, in get_rx_bufs()
Dscsi.c591 head = vhost_get_vq_desc(&vs->dev, vq, vq->iov, in tcm_vhost_do_evt_work()
904 head = vhost_get_vq_desc(&vs->dev, vq, vq->iov, in vhost_scsi_handle_vq()
Dvhost.c1177 int vhost_get_vq_desc(struct vhost_dev *dev, struct vhost_virtqueue *vq, in vhost_get_vq_desc() function