Home
last modified time | relevance | path

Searched refs:pci_emul_capwrite (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_emul.h246 void pci_emul_capwrite(struct pci_devinst *pi, int offset, int bytes,
H A Dpci_passthru.c1040 pci_emul_capwrite(pi, coff, bytes, val, sc->psc_msi.capoff, in passthru_cfgwrite_default()
1052 pci_emul_capwrite(pi, coff, bytes, val, sc->psc_msix.capoff, in passthru_cfgwrite_default()
H A Dpci_emul.c1359 pci_emul_capwrite(struct pci_devinst *pi, int offset, int bytes, uint32_t val, in pci_emul_capwrite() function
2391 pci_emul_capwrite(pi, coff, bytes, *valp, 0, 0); in pci_cfgrw()