Searched refs:vhost_get_vq_desc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/vhost/ |
D | vhost.h | 137 int vhost_get_vq_desc(struct vhost_virtqueue *,
|
D | test.c | 56 head = vhost_get_vq_desc(vq, vq->iov, in handle_vq()
|
D | net.c | 335 head = vhost_get_vq_desc(vq, vq->iov, in handle_tx() 472 r = vhost_get_vq_desc(vq, vq->iov + seg, in get_rx_bufs()
|
D | vhost.c | 1220 int vhost_get_vq_desc(struct vhost_virtqueue *vq, in vhost_get_vq_desc() function 1347 EXPORT_SYMBOL_GPL(vhost_get_vq_desc);
|
D | scsi.c | 629 head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_do_evt_work() 1035 head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_handle_vq()
|