Home
last modified time | relevance | path

Searched defs:msix_table_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/usr.sbin/bhyve/
H A Dpci_emul.h106 struct msix_table_entry { struct
107 uint64_t addr;
108 uint32_t msg_data;
109 uint32_t vector_control;
/freebsd-src/sys/dev/pci/
H A Dpcivar.h107 struct msix_table_entry { struct
122 struct msix_table_entry *msix_table; /* Virtual table. */ argument