Home
last modified time | relevance | path

Searched refs:VSOCK_VQ_TX (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/vhost/
Dvsock.c94 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_do_send_pkt()
341 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_cancel_pkt()
418 struct vhost_virtqueue *vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_more_replies()
686 vqs[VSOCK_VQ_TX] = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_dev_open()
688 vsock->vqs[VSOCK_VQ_TX].handle_kick = vhost_vsock_handle_tx_kick; in vhost_vsock_dev_open()
/linux-6.1.9/net/vmw_vsock/
Dvirtio_transport.c101 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt_work()
295 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_tx_work()
645 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_vqs_del()
/linux-6.1.9/include/linux/
Dvirtio_vsock.h16 VSOCK_VQ_TX = 1, /* for guest to host data */ enumerator