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

/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_passthru.c246 pi->pi_msix.table_count = MSIX_TABLE_COUNT(msixcap.msgctrl);
247 pi->pi_msix.pba_size = PBA_SIZE(pi->pi_msix.table_count);
250 table_size = pi->pi_msix.table_count * MSIX_TABLE_ENTRY_SIZE;
254 for (i = 0; i < pi->pi_msix.table_count; i++) {
332 if (index >= pi->pi_msix.table_count)
411 if (index >= pi->pi_msix.table_count)
463 table_size += pi->pi_msix.table_count * MSIX_TABLE_ENTRY_SIZE;
863 msix_table_entries = pi->pi_msix.table_count;
H A Dpci_emul.h142 int table_count; member in struct:pci_devinst::__anon17383
H A Dpci_emul.c285 if (tab_index >= pi->pi_msix.table_count)
330 if (tab_index < pi->pi_msix.table_count) {
850 pi->pi_msix.table_count = msgnum;
1461 if (index >= pi->pi_msix.table_count)
/freebsd-12-stable/sys/dev/ice/
H A Dice_flex_type.h93 __le32 table_count; member in struct:ice_nvm_table
H A Dice_flex_pipe.c167 (nvms->vers + LE32_TO_CPU(nvms->table_count));

Completed in 203 milliseconds