Home
last modified time | relevance | path

Searched refs:virtio_9p_config (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/9pfs/
H A Dvirtio-9p-device.c100 struct virtio_9p_config *cfg; in virtio_9p_get_config()
105 cfg = g_malloc0(sizeof(struct virtio_9p_config) + len); in virtio_9p_get_config()
218 v->config_size = sizeof(struct virtio_9p_config) + strlen(s->fsconf.tag); in virtio_9p_device_realize()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_9p.h37 struct virtio_9p_config { struct
/openbmc/linux/include/uapi/linux/
H A Dvirtio_9p.h37 struct virtio_9p_config { struct
/openbmc/linux/net/9p/
H A Dtrans_virtio.c627 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe()
638 virtio_cread_bytes(vdev, offsetof(struct virtio_9p_config, tag), in p9_virtio_probe()