Searched refs:tab_index (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/bhyve/
H A Dpci_emul.c244 int tab_index; local
254 tab_index = offset / MSIX_TABLE_ENTRY_SIZE;
255 if (tab_index >= pi->pi_msix.table_count)
264 dest = (char *)(pi->pi_msix.table + tab_index);
280 int tab_index; local
298 tab_index = offset / MSIX_TABLE_ENTRY_SIZE;
300 if (tab_index < pi->pi_msix.table_count) {
302 dest = (char *)(pi->pi_msix.table + tab_index);

Completed in 49 milliseconds