Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vhost/
Dvsock.c93 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_do_send_pkt()
311 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_cancel_pkt()
388 struct vhost_virtqueue *vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_more_replies()
661 vqs[VSOCK_VQ_TX] = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_dev_open()
663 vsock->vqs[VSOCK_VQ_TX].handle_kick = vhost_vsock_handle_tx_kick; in vhost_vsock_dev_open()
/Linux-v6.6/net/vmw_vsock/
Dvirtio_transport.c100 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt_work()
259 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_tx_work()
624 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_vqs_del()
/Linux-v6.6/include/linux/
Dvirtio_vsock.h119 VSOCK_VQ_TX = 1, /* for guest to host data */ enumerator