Home
last modified time | relevance | path

Searched refs:cfg_type (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/virtio/
A Dvirtio_pci.h96 __u8 cfg_type; /* Identifies the structure */ member
A Dvirtio_pci_modern.c405 static int virtio_pci_find_capability(struct udevice *udev, u8 cfg_type, in virtio_pci_find_capability() argument
431 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