Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvsock.c93 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_do_send_pkt()
315 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_cancel_pkt()
392 struct vhost_virtqueue *vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_more_replies()
676 vqs[VSOCK_VQ_TX] = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_dev_open()
678 vsock->vqs[VSOCK_VQ_TX].handle_kick = vhost_vsock_handle_tx_kick; in vhost_vsock_dev_open()
/linux/net/vmw_vsock/
H A Dvirtio_transport.c38 /* The following fields are protected by tx_lock. vqs[VSOCK_VQ_TX]
168 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt_work()
216 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt()
346 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_vsock_event_fill_one()
512 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_TX];
747 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_probe()
/linux/include/linux/
H A Dvirtio_vsock.h120 VSOCK_VQ_TX = 1, /* for guest to host data */ enumerator