Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_emul.h256 void pci_populate_msicap(struct msicap *cap, int msgs, int nextptr);
H A Dpci_emul.c1155 pci_populate_msicap(struct msicap *msicap, int msgnum, int nextptr) in pci_populate_msicap() function
1174 pci_populate_msicap(&msicap, msgnum, 0); in pci_emul_add_msicap()
H A Dpci_passthru.c193 pci_populate_msicap(&msicap, msgnum, nextptr); in passthru_add_msicap()