Searched refs:cfg_type (Results 1 – 2 of 2) sorted by relevance
96 __u8 cfg_type; /* Identifies the structure */ member
405 static int virtio_pci_find_capability(struct udevice *udev, u8 cfg_type, in virtio_pci_find_capability() argument431 offset = pos + offsetof(struct virtio_pci_cap, cfg_type); in virtio_pci_find_capability()432 dm_pci_read_config8(udev, offset, &cap->cfg_type); in virtio_pci_find_capability()444 if (cap->cfg_type == cfg_type) in virtio_pci_find_capability()
Completed in 9 milliseconds