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