Searched refs:vector_control (Results 1 – 5 of 5) sorted by relevance
90 uint32_t vector_control; in mask_one_msix_vector() local94 vector_control = pentry->vector_control | PCIM_MSIX_VCTRL_MASK; in mask_one_msix_vector()95 mmio_write32(vector_control, (void *)&(pentry->vector_control)); in mask_one_msix_vector()114 if ((ventry->vector_control & PCIM_MSIX_VCTRL_MASK) == 0U) { in remap_one_vmsix_entry()134 mmio_write32(vdev->msix.table_entries[index].vector_control, (void *)&(pentry->vector_control)); in remap_one_vmsix_entry()182 msix->table_entries[i].vector_control = PCIM_MSIX_VCTRL_MASK; in vdev_pt_unmap_msix()
178 vdev->msix.table_entries[i].vector_control |= PCIM_MSIX_VCTRL_MASK; in add_vmsix_capability()
175 if ((ventry->vector_control & PCIM_MSIX_VCTRL_MASK) == 0U) { in remap_one_vmsix_entry_on_msi()
183 if ((entry->vector_control & PCIM_MSIX_VCTRL_MASK) == 0U) { in ivshmem_server_notify_peer()
53 uint32_t vector_control; member
Completed in 9 milliseconds