Searched refs:virtio_pci_cap (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_pci.h | 120 struct virtio_pci_cap { struct 133 struct virtio_pci_cap cap; argument 139 struct virtio_pci_cap cap; 171 struct virtio_pci_cap cap;
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_pci_modern_dev.c | 31 pci_read_config_byte(dev, off + offsetof(struct virtio_pci_cap, in vp_modern_map_capability() 34 pci_read_config_dword(dev, off + offsetof(struct virtio_pci_cap, offset), in vp_modern_map_capability() 36 pci_read_config_dword(dev, off + offsetof(struct virtio_pci_cap, length), in vp_modern_map_capability() 123 pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_cap, in virtio_pci_find_capability() 126 pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_cap, in virtio_pci_find_capability() 150 offsetof(struct virtio_pci_cap, cap_vndr)); in check_offsets() 152 offsetof(struct virtio_pci_cap, cap_next)); in check_offsets() 154 offsetof(struct virtio_pci_cap, cap_len)); in check_offsets() 156 offsetof(struct virtio_pci_cap, cfg_type)); in check_offsets() 158 offsetof(struct virtio_pci_cap, bar)); in check_offsets() [all …]
|
H A D | virtio_pci_modern.c | 406 pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_cap, in virtio_pci_find_shm_cap() 411 pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_cap, in virtio_pci_find_shm_cap() 419 pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_cap, in virtio_pci_find_shm_cap() 424 pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_cap, in virtio_pci_find_shm_cap() 434 pci_read_config_dword(dev, pos + offsetof(struct virtio_pci_cap, in virtio_pci_find_shm_cap() 437 pci_read_config_dword(dev, pos + offsetof(struct virtio_pci_cap, in virtio_pci_find_shm_cap()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_pci.h | 120 struct virtio_pci_cap { struct 133 struct virtio_pci_cap cap; argument 139 struct virtio_pci_cap cap; 185 struct virtio_pci_cap cap;
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_pci.h | 92 struct virtio_pci_cap { struct 104 struct virtio_pci_cap cap; argument 136 struct virtio_pci_cap cap;
|
H A D | virtio_pci_modern.c | 390 offset = pos + offsetof(struct virtio_pci_cap, cfg_type); in virtio_pci_find_capability() 392 offset = pos + offsetof(struct virtio_pci_cap, bar); in virtio_pci_find_capability() 424 offset = off + offsetof(struct virtio_pci_cap, bar); in virtio_pci_map_capability() 426 offset = off + offsetof(struct virtio_pci_cap, offset); in virtio_pci_map_capability() 496 offset = notify + offsetof(struct virtio_pci_cap, length); in virtio_pci_probe()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-pci-modern.c | 365 addr + offsetof(struct virtio_pci_cap, cfg_type)); in find_structure() 371 addr + offsetof(struct virtio_pci_cap, bar)); in find_structure() 373 addr + offsetof(struct virtio_pci_cap, offset)); in find_structure() 375 addr + offsetof(struct virtio_pci_cap, length)); in find_structure()
|
/openbmc/linux/drivers/vdpa/ifcvf/ |
H A D | ifcvf_base.c | 33 struct virtio_pci_cap *cap) in get_cap_addr() 105 struct virtio_pci_cap cap; in ifcvf_init_hw()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 1411 struct virtio_pci_cap *cap) in virtio_pci_add_mem_cap() 1898 struct virtio_pci_cap *cap, in virtio_pci_modern_region_map() 1914 struct virtio_pci_cap *cap) in virtio_pci_modern_mem_region_map() 1922 struct virtio_pci_cap *cap) in virtio_pci_modern_io_region_map() 2031 struct virtio_pci_cap cap = { in virtio_pci_device_plugged()
|