Searched refs:vhost_get_vq_desc (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vhost.h | 192 int vhost_get_vq_desc(struct vhost_virtqueue *,
|
H A D | test.c | 61 head = vhost_get_vq_desc(vq, vq->iov, in handle_vq()
|
H A D | vsock.c | 120 head = vhost_get_vq_desc(vq, vq->iov, ARRAY_SIZE(vq->iov), in vhost_transport_do_send_pkt() 464 head = vhost_get_vq_desc(vq, vq->iov, ARRAY_SIZE(vq->iov), in vhost_vsock_handle_tx_kick()
|
H A D | net.c | 578 int r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), in vhost_net_tx_get_vq_desc() 590 r = vhost_get_vq_desc(tvq, tvq->iov, ARRAY_SIZE(tvq->iov), in vhost_net_tx_get_vq_desc() 1060 r = vhost_get_vq_desc(vq, vq->iov + seg, in get_rx_bufs()
|
H A D | scsi.c | 73 /* Descriptor from vhost_get_vq_desc() for virt_queue segment */ 492 head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_do_evt_work() 847 vc->head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_get_desc() 851 pr_debug("vhost_get_vq_desc: head: %d, out: %u in: %u\n", in vhost_scsi_get_desc() 1130 * Save the descriptor from vhost_get_vq_desc() to be used to in vhost_scsi_handle_vq()
|
H A 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); variable 2349 /* Reverse the effect of vhost_get_vq_desc. Useful for error handling. */
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | test.c | 61 head = vhost_get_vq_desc(vq, vq->iov, in handle_vq()
|
H A D | vhost.h | 202 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 | 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 | 63 /* Descriptor from vhost_get_vq_desc() for virt_queue segment */ 466 head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_do_evt_work() 940 vc->head = vhost_get_vq_desc(vq, vq->iov, in vhost_scsi_get_desc() 944 pr_debug("vhost_get_vq_desc: head: %d, out: %u in: %u\n", in vhost_scsi_get_desc() 1224 * Save the descriptor from vhost_get_vq_desc() to be used to in vhost_scsi_handle_vq()
|
H A D | vhost.c | 2494 int vhost_get_vq_desc(struct vhost_virtqueue *vq, in vhost_get_vq_desc() function 2633 EXPORT_SYMBOL_GPL(vhost_get_vq_desc); variable 2635 /* Reverse the effect of vhost_get_vq_desc. Useful for error handling. */
|
Completed in 29 milliseconds