Searched defs:virtio_vsock (Results 1 – 1 of 1) sorted by relevance
30 struct virtio_vsock { struct31 struct virtio_device *vdev;32 struct virtqueue *vqs[VSOCK_VQ_MAX];35 struct work_struct tx_work;36 struct work_struct rx_work;37 struct work_struct event_work;42 struct mutex tx_lock;66 * 'virtio_vsock_probe()'. Both fields are protected argument78 struct virtio_vsock_event event_list[8]; argument84 struct virtio_vsock *vsock; in virtio_transport_get_local_cid() argument