Searched defs:pcicfg_msix (Results 1 – 1 of 1) sorted by relevance
109 struct pcicfg_msix { struct110 uint16_t msix_ctrl; /* Message Control */111 uint8_t msix_location; /* Offset of MSI-X capability registers. */112 uint8_t msix_table_bar; /* BAR containing vector table. */113 uint8_t msix_pba_bar; /* BAR containing PBA. */114 uint32_t msix_table_offset;115 uint32_t msix_pba_offset;116 u_int msix_alloc; /* Number of allocated vectors. */117 u_int msix_table_len; /* Length of virtual table. */118 struct msix_table_entry *msix_table; /* Virtual table. */[all …]