Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvsock.c96 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_do_send_pkt()
318 struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_transport_cancel_pkt()
396 struct vhost_virtqueue *vq = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_more_replies()
680 vqs[VSOCK_VQ_TX] = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_dev_open()
682 vsock->vqs[VSOCK_VQ_TX].handle_kick = vhost_vsock_handle_tx_kick; in vhost_vsock_dev_open()
/linux/include/linux/
H A Dvirtio_vsock.h144 VSOCK_VQ_TX = 1, /* for guest to host data */ enumerator