Searched refs:group_status (Results 1 – 2 of 2) sorted by relevance
448 struct vfio_group_status group_status = { in fslmc_vfio_setup_device() local449 .argsz = sizeof(group_status) in fslmc_vfio_setup_device()481 ret = ioctl(vfio_group_fd, VFIO_GROUP_GET_STATUS, &group_status); in fslmc_vfio_setup_device()489 } else if (!(group_status.flags & VFIO_GROUP_FLAGS_VIABLE)) { in fslmc_vfio_setup_device()500 if (!(group_status.flags & VFIO_GROUP_FLAGS_CONTAINER_SET)) { in fslmc_vfio_setup_device()
688 struct vfio_group_status group_status = { in rte_vfio_setup_device() local689 .argsz = sizeof(group_status) in rte_vfio_setup_device()734 ret = ioctl(vfio_group_fd, VFIO_GROUP_GET_STATUS, &group_status); in rte_vfio_setup_device()741 } else if (!(group_status.flags & VFIO_GROUP_FLAGS_VIABLE)) { in rte_vfio_setup_device()757 if (!(group_status.flags & VFIO_GROUP_FLAGS_CONTAINER_SET)) { in rte_vfio_setup_device()