Home
last modified time | relevance | path

Searched refs:PCIM_MSIXCTRL_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance

/hypervisor/dm/vpci/
A Dvmsix.c55 if (((ctrl & PCIM_MSIXCTRL_TABLE_SIZE) + 1U) != vdev->msix.table_count) { in read_vmsix_cap_reg()
56 vdev->msix.table_count = (ctrl & PCIM_MSIXCTRL_TABLE_SIZE) + 1U; in read_vmsix_cap_reg()
/hypervisor/include/hw/
A Dpci.h177 #define PCIM_MSIXCTRL_TABLE_SIZE 0x07FFU macro
/hypervisor/hw/
A Dpci.c802 pdev->msix.table_count = (msgctrl & PCIM_MSIXCTRL_TABLE_SIZE) + 1U; in pci_enumerate_cap()

Completed in 7 milliseconds