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

/freebsd-13-stable/sys/dev/virtio/pci/
H A Dvirtio_pci_modern_var.h60 uint8_t cfg_type; /* Identifies the structure. */ member in struct:virtio_pci_cap
H A Dvirtio_pci_modern.c758 vtpci_modern_find_cap(device_t dev, uint8_t cfg_type, int *cap_offset) argument
768 offsetof(struct virtio_pci_cap, cfg_type), 1);
776 if (type == cfg_type) {
932 vtpci_modern_find_cap_resource(struct vtpci_modern_softc *sc, uint8_t cfg_type, argument
941 error = vtpci_modern_find_cap(dev, cfg_type, &cap_offset);
950 cfg_type, cap_length);
963 cfg_type, length, min_size);
969 cfg_type, offset, alignment);

Completed in 90 milliseconds