Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/pci/
H A Dpcivar.h112 struct pcicfg_msix { struct
113 uint16_t msix_ctrl; /* Message Control */
114 uint16_t msix_msgnum; /* Number of messages */
115 uint8_t msix_location; /* Offset of MSI-X capability registers. */
116 uint8_t msix_table_bar; /* BAR containing vector table. */
117 uint8_t msix_pba_bar; /* BAR containing PBA. */
118 uint32_t msix_table_offset;
119 uint32_t msix_pba_offset;
120 int msix_alloc; /* Number of allocated vectors. */
121 int msix_table_len; /* Length of virtual table. */
[all …]