Home
last modified time | relevance | path

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

/openbmc/linux/net/vmw_vsock/
H A Dvirtio_transport.c133 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_send_pkt_work()
206 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_cancel_pkt()
230 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_vsock_rx_fill()
287 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_more_replies()
490 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_rx_work()
621 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_vqs_del()
/openbmc/linux/drivers/vhost/
H A Dvsock.c262 vq = &vsock->vqs[VSOCK_VQ_RX]; in vhost_transport_send_pkt_work()
288 vhost_vq_work_queue(&vsock->vqs[VSOCK_VQ_RX], &vsock->send_pkt_work); in vhost_transport_send_pkt()
587 vhost_vq_work_queue(&vsock->vqs[VSOCK_VQ_RX], &vsock->send_pkt_work); in vhost_vsock_start()
664 vqs[VSOCK_VQ_RX] = &vsock->vqs[VSOCK_VQ_RX]; in vhost_vsock_dev_open()
666 vsock->vqs[VSOCK_VQ_RX].handle_kick = vhost_vsock_handle_rx_kick; in vhost_vsock_dev_open()
/openbmc/linux/include/linux/
H A Dvirtio_vsock.h118 VSOCK_VQ_RX = 0, /* for host to guest data */ enumerator