Home
last modified time | relevance | path

Searched defs:msicap (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.sbin/bhyve/
HDpci_emul.h153 struct msicap { struct
154 uint8_t capid;
155 uint8_t nextptr;
156 uint16_t msgctrl;
157 uint32_t addrlo;
158 uint32_t addrhi;
159 uint16_t msgdata;
HDpci_passthru.c141 struct msicap msicap; in passthru_add_msicap() local
HDpci_emul.c759 pci_populate_msicap(struct msicap *msicap, int msgnum, int nextptr) in pci_populate_msicap()
778 struct msicap msicap; in pci_emul_add_msicap() local