Searched refs:update_idx (Results 1 – 2 of 2) sorted by relevance
198 uint32_t update_idx = idx; in pci_vdev_write_vbar() local204 update_idx -= 1U; in pci_vdev_write_vbar()215 pci_vdev_update_vbar_base(vdev, update_idx); in pci_vdev_write_vbar()
927 uint32_t update_idx = bar_idx; in vpci_update_one_vbar() local930 update_idx -= 1U; in vpci_update_one_vbar()932 unmap_cb(vdev, update_idx); in vpci_update_one_vbar()934 if ((map_cb != NULL) && (vdev->vbars[update_idx].base_gpa != 0UL)) { in vpci_update_one_vbar()935 map_cb(vdev, update_idx); in vpci_update_one_vbar()
Completed in 4 milliseconds