Home
last modified time | relevance | path

Searched refs:vc_cfgsize (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dvirtio.c136 size = VIRTIO_PCI_CONFIG_OFF(1) + vs->vs_vc->vc_cfgsize; in vi_set_io_bar()
601 max = vc->vc_cfgsize ? vc->vc_cfgsize : 0x100000000; in vi_pci_read()
720 max = vc->vc_cfgsize ? vc->vc_cfgsize : 0x100000000; in vi_pci_write()
H A Dpci_virtio_rnd.c88 .vc_cfgsize = 0,
H A Dvirtio.h264 size_t vc_cfgsize; /* size of dev-specific config regs */ member
H A Dpci_virtio_9p.c119 .vc_cfgsize = VT9P_CONFIGSPACESZ,
H A Dpci_virtio_block.c221 .vc_cfgsize = sizeof(struct vtblk_config),
H A Dpci_virtio_net.c141 .vc_cfgsize = sizeof(struct virtio_net_config),
H A Dpci_virtio_input.c163 .vc_cfgsize = sizeof(struct vtinput_config),
H A Dpci_virtio_console.c177 .vc_cfgsize = sizeof(struct pci_vtcon_config),
H A Dpci_virtio_scsi.c252 .vc_cfgsize = sizeof(struct pci_vtscsi_config),
H A Dpci_virtio_viona.c163 .vc_cfgsize = 0,