Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A 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()
662 vqs[VSOCK_VQ_TX] = &vsock->vqs[VSOCK_VQ_TX]; in vhost_vsock_dev_open()
664 vsock->vqs[VSOCK_VQ_TX].handle_kick = vhost_vsock_handle_tx_kick; in vhost_vsock_dev_open()
/openbmc/linux/net/vmw_vsock/
H A Dvirtio_transport.c100 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt_work()
260 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_tx_work()
626 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_vqs_del()
/openbmc/linux/include/linux/
H A Dvirtio_vsock.h119 VSOCK_VQ_TX = 1, /* for guest to host data */ enumerator