Searched refs:PCIM_MSIXCTRL_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance
55 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()
177 #define PCIM_MSIXCTRL_TABLE_SIZE 0x07FFU macro
802 pdev->msix.table_count = (msgctrl & PCIM_MSIXCTRL_TABLE_SIZE) + 1U; in pci_enumerate_cap()
Completed in 7 milliseconds