Searched refs:VSOCK_VQ_TX (Results 1 – 3 of 3) sorted by relevance
93 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()
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_skb_fast_path()346 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_tx_work()512 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_can_msgzerocopy()754 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_vqs_del()
120 VSOCK_VQ_TX = 1, /* for guest to host data */ enumerator