Searched refs:vhost_get_vq_desc (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/vhost/ |
D | vhost.h | 193 int vhost_get_vq_desc(struct vhost_virtqueue *,
|
D | test.c | 61 head = vhost_get_vq_desc(vq, vq->iov, in handle_vq()
|
D | vsock.c | 120 head = vhost_get_vq_desc(vq, vq->iov, ARRAY_SIZE(vq->iov), in vhost_transport_do_send_pkt() 415 head = vhost_get_vq_desc(vq, vq->iov, ARRAY_SIZE(vq->iov), in vhost_vsock_handle_tx_kick()
|
D | net.c | 568 int r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), in vhost_net_tx_get_vq_desc() 578 r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), in vhost_net_tx_get_vq_desc() 1049 r = vhost_get_vq_desc(vq, vq->iov + seg, in get_rx_bufs()
|
D | scsi.c | 462 head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_do_evt_work() 818 vc->head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_get_desc()
|
D | vhost.c | 2208 int vhost_get_vq_desc(struct vhost_virtqueue *vq, in vhost_get_vq_desc() function 2347 EXPORT_SYMBOL_GPL(vhost_get_vq_desc);
|