Searched refs:cfg_type (Results 1 – 6 of 6) sorted by relevance
29 u16 cfg_type = 0; \30 addr = ((offset & 0xfc) | cfg_type | (dev) | 0x80000000); \
127 uint8_t cfg_type; /* Identifies the structure. */ member140 uint8_t cfg_type; /* Identifies the structure. */ member
96 __u8 cfg_type; /* Identifies the structure */ member
381 static int virtio_pci_find_capability(struct udevice *udev, u8 cfg_type) in virtio_pci_find_capability() argument390 offset = pos + offsetof(struct virtio_pci_cap, cfg_type); in virtio_pci_find_capability()399 if (type == cfg_type) in virtio_pci_find_capability()
352 static bool find_structure(QVirtioPCIDevice *dev, uint8_t cfg_type, in find_structure() argument363 addr + offsetof(struct virtio_pci_cap, cfg_type)); in find_structure()364 if (type != cfg_type) { in find_structure()