Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvsock.c87 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_do_send_pkt()
306 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_cancel_pkt()
384 struct vhost_virtqueue *vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_more_replies()
630 vqs[VSOCK_VQ_TX] = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_dev_open()
632 vsock->vqs[VSOCK_VQ_TX].handle_kick = vhost_vsock_handle_tx_kick; in vhost_vsock_dev_open()
/OK3568_Linux_fs/kernel/net/vmw_vsock/
H A Dvirtio_transport.c99 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt_work()
293 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_tx_work()
666 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_remove()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvirtio_vsock.h17 VSOCK_VQ_TX = 1, /* for guest to host data */ enumerator