Home
last modified time | relevance | path

Searched refs:container_next (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/vfio/
H A Dcontainer.c242 list_for_each_entry(group, &container->group_list, container_next) { in __vfio_container_attach_groups()
253 container_next) { in __vfio_container_attach_groups()
458 list_add(&group->container_next, &container->group_list); in vfio_container_attach_group()
488 list_del(&group->container_next); in vfio_group_detach_container()
H A Dvfio.h87 struct list_head container_next; member
/openbmc/qemu/hw/vfio/
H A Dcontainer.c597 QLIST_INSERT_HEAD(&container->group_list, group, container_next); in vfio_connect_container()
643 QLIST_INSERT_HEAD(&container->group_list, group, container_next); in vfio_connect_container()
658 QLIST_REMOVE(group, container_next); in vfio_connect_container()
689 QLIST_REMOVE(group, container_next); in vfio_disconnect_container()
940 QLIST_INSERT_HEAD(&bcontainer->device_list, vbasedev, container_next); in vfio_legacy_attach_device()
951 QLIST_REMOVE(vbasedev, container_next); in vfio_legacy_detach_device()
H A Dcommon.c181 QLIST_FOREACH(vbasedev, &bcontainer->device_list, container_next) { in vfio_devices_all_dirty_tracking()
201 QLIST_FOREACH(vbasedev, &bcontainer->device_list, container_next) { in vfio_devices_all_device_dirty_tracking()
226 QLIST_FOREACH(vbasedev, &bcontainer->device_list, container_next) { in vfio_devices_all_running_and_mig_active()
825 QLIST_FOREACH(vbasedev, &bcontainer->device_list, container_next) { in vfio_section_is_vfio_pci()
938 QLIST_FOREACH(vbasedev, &bcontainer->device_list, container_next) { in vfio_devices_dma_logging_stop()
1041 QLIST_FOREACH(vbasedev, &bcontainer->device_list, container_next) { in vfio_devices_dma_logging_start()
1140 QLIST_FOREACH(vbasedev, &bcontainer->device_list, container_next) { in vfio_devices_query_dirty_bitmap()
H A Diommufd.c594 QLIST_INSERT_HEAD(&bcontainer->device_list, vbasedev, container_next); in iommufd_cdev_attach()
623 QLIST_REMOVE(vbasedev, container_next); in iommufd_cdev_detach()
H A Dspapr.c404 QLIST_FOREACH(group, &container->group_list, container_next) { in vfio_spapr_container_add_section_window()
/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h118 QLIST_ENTRY(VFIODevice) container_next;
190 QLIST_ENTRY(VFIOGroup) container_next;
/openbmc/qemu/hw/ppc/
H A Dspapr_pci_vfio.c56 if (QLIST_NEXT(QLIST_FIRST(&container->group_list), container_next)) { in vfio_eeh_container_ok()