Searched refs:table_count (Results 1 – 8 of 8) 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()57 pr_info("%s reprogram MSI-X Table Size to %d\n", __func__, vdev->msix.table_count); in read_vmsix_cap_reg()59 ASSERT(vdev->msix.table_count <= (PAGE_SIZE/ MSIX_TABLE_ENTRY_SIZE), ""); in read_vmsix_cap_reg()174 vdev->msix.table_count = entry_num; in add_vmsix_capability()
156 if ((mmio->direction == ACRN_IOREQ_DIR_WRITE) && (index < vdev->msix.table_count)) { in pt_vmsix_handle_table_mmio_access()181 for (i = 0U; i < msix->table_count; i++) { in vdev_pt_unmap_msix()189 addr_hi = addr_lo + (msix->table_count * MSIX_TABLE_ENTRY_SIZE); in vdev_pt_unmap_msix()212 addr_hi = addr_lo + (msix->table_count * MSIX_TABLE_ENTRY_SIZE); in vdev_pt_map_msix()530 vdev->msix.table_count = pdev->msix.table_count; in init_vmsix_pt()545 if (vdev->msix.table_count != 0U) { in deinit_vmsix_pt()546 ptirq_remove_msix_remapping(vpci2vm(vdev->vpci), vdev->pdev->bdf.value, vdev->msix.table_count); in deinit_vmsix_pt()
80 return in_range(offset, vdev->msix.table_offset, vdev->msix.table_count * MSIX_TABLE_ENTRY_SIZE); in msixtable_access()
98 vdev->msix.table_count = pdev->irte_count; in init_vmsix_on_msi()
180 && (vector_index < dest_ivs_dev->pcidev->msix.table_count)) { in ivshmem_server_notify_peer()
81 uint32_t table_count; member
263 uint32_t table_count; member
802 pdev->msix.table_count = (msgctrl & PCIM_MSIXCTRL_TABLE_SIZE) + 1U; in pci_enumerate_cap()804 ASSERT(pdev->msix.table_count <= CONFIG_MAX_MSIX_TABLE_NUM); in pci_enumerate_cap()
Completed in 15 milliseconds