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

/freebsd-13-stable/sys/dev/virtio/pci/
H A Dvirtio_pci_modern.c87 struct vtpci_modern_bar_resource vtpci_bar_res[VTPCI_MODERN_MAX_BARS]; member in struct:vtpci_modern_softc
1006 res = sc->vtpci_bar_res[bar].vtbr_res;
1007 MPASS(res == NULL || sc->vtpci_bar_res[bar].vtbr_type == type);
1022 res = sc->vtpci_bar_res[bar].vtbr_res;
1024 MPASS(sc->vtpci_bar_res[bar].vtbr_type == type);
1032 sc->vtpci_bar_res[bar].vtbr_res = res;
1033 sc->vtpci_bar_res[bar].vtbr_type = type;
1049 res = sc->vtpci_bar_res[bar].vtbr_res;
1050 type = sc->vtpci_bar_res[bar].vtbr_type;
1055 sc->vtpci_bar_res[ba
[all...]

Completed in 98 milliseconds