Searched refs:pci_emul_capwrite (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_emul.h | 240 void pci_emul_capwrite(struct pci_devinst *pi, int offset, int bytes,
|
H A D | pci_passthru.c | 935 pci_emul_capwrite(pi, coff, bytes, val, sc->psc_msi.capoff, in passthru_cfgwrite_default() 945 pci_emul_capwrite(pi, coff, bytes, val, sc->psc_msix.capoff, in passthru_cfgwrite_default()
|
H A D | pci_emul.c | 1347 pci_emul_capwrite(struct pci_devinst *pi, int offset, int bytes, uint32_t val, in pci_emul_capwrite() function 2377 pci_emul_capwrite(pi, coff, bytes, *valp, 0, 0); in pci_cfgrw()
|