Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvirtio_transport.c188 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_send_pkt_work()
292 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_cancel_pkt()
316 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_vsock_rx_fill()
373 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_more_replies()
617 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_rx_work()
749 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_vqs_del()
/linux/drivers/vhost/
H A Dvsock.c266 vq = &vsock->vqs[VSOCK_VQ_RX]; in vhost_transport_send_pkt_work()
292 vhost_vq_work_queue(&vsock->vqs[VSOCK_VQ_RX], &vsock->send_pkt_work); in vhost_transport_send_pkt()
600 vhost_vq_work_queue(&vsock->vqs[VSOCK_VQ_RX], &vsock->send_pkt_work); in vhost_vsock_start()
677 vqs[VSOCK_VQ_RX] = &vsock->vqs[VSOCK_VQ_RX]; in vhost_vsock_dev_open()
679 vsock->vqs[VSOCK_VQ_RX].handle_kick = vhost_vsock_handle_rx_kick; in vhost_vsock_dev_open()
/linux/include/linux/
H A Dvirtio_vsock.h119 VSOCK_VQ_RX = 0, /* for host to guest data */ enumerator