Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds