Searched refs:virtio_pci_common_cfg (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/virtio/ |
| D | virtio_pci_modern_dev.c | 159 offsetof(struct virtio_pci_common_cfg, in check_offsets() 162 offsetof(struct virtio_pci_common_cfg, device_feature)); in check_offsets() 164 offsetof(struct virtio_pci_common_cfg, in check_offsets() 167 offsetof(struct virtio_pci_common_cfg, guest_feature)); in check_offsets() 169 offsetof(struct virtio_pci_common_cfg, msix_config)); in check_offsets() 171 offsetof(struct virtio_pci_common_cfg, num_queues)); in check_offsets() 173 offsetof(struct virtio_pci_common_cfg, device_status)); in check_offsets() 175 offsetof(struct virtio_pci_common_cfg, config_generation)); in check_offsets() 177 offsetof(struct virtio_pci_common_cfg, queue_select)); in check_offsets() 179 offsetof(struct virtio_pci_common_cfg, queue_size)); in check_offsets() [all …]
|
| /Linux-v5.15/drivers/vdpa/ifcvf/ |
| D | ifcvf_base.c | 213 struct virtio_pci_common_cfg __iomem *cfg = hw->common_cfg; in ifcvf_get_hw_features() 276 struct virtio_pci_common_cfg __iomem *cfg = hw->common_cfg; in ifcvf_set_features() 333 struct virtio_pci_common_cfg __iomem *cfg; in ifcvf_hw_enable() 376 struct virtio_pci_common_cfg __iomem *cfg; in ifcvf_hw_disable()
|
| D | ifcvf_base.h | 73 struct virtio_pci_common_cfg __iomem *common_cfg;
|
| /Linux-v5.15/include/uapi/linux/ |
| D | virtio_pci.h | 144 struct virtio_pci_common_cfg { struct
|
| /Linux-v5.15/include/linux/ |
| D | virtio_pci_modern.h | 11 struct virtio_pci_common_cfg __iomem *common;
|