Searched refs:vhost_get_vq_desc (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/vhost/ |
H A D | vsock.c | 127 head = vhost_get_vq_desc(vq, vq->iov, ARRAY_SIZE(vq->iov), in vhost_transport_do_send_pkt() 509 head = vhost_get_vq_desc(vq, vq->iov, ARRAY_SIZE(vq->iov), in vhost_vsock_handle_tx_kick()
|
H A D | test.c | 61 head = vhost_get_vq_desc(vq, vq->iov, in handle_vq()
|
H A D | scsi.c | 477 head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_do_evt_work() 957 vc->head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_get_desc()
|
H A D | vhost.c | 2576 int vhost_get_vq_desc(struct vhost_virtqueue *vq, in vhost_get_vq_desc() function 2694 EXPORT_SYMBOL_GPL(vhost_get_vq_desc);
|