Searched refs:vhost_get_vq_desc (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/vhost/ |
H A D | vhost.h | 204 int vhost_get_vq_desc(struct vhost_virtqueue *,
|
H A D | vsock.c | 126 head = vhost_get_vq_desc(vq, vq->iov, ARRAY_SIZE(vq->iov), in vhost_transport_do_send_pkt() 496 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 | net.c | 581 int r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), in vhost_net_tx_get_vq_desc() 593 r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), in vhost_net_tx_get_vq_desc() 1069 r = vhost_get_vq_desc(vq, vq->iov + seg, in get_rx_bufs()
|
H A D | scsi.c | 466 head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_do_evt_work() 946 vc->head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_get_desc()
|
H A D | vhost.c | 2562 int vhost_get_vq_desc(struct vhost_virtqueue *vq, in vhost_get_vq_desc() function 2701 EXPORT_SYMBOL_GPL(vhost_get_vq_desc);
|