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()
743 struct vfio_group_status group_status = { in rte_vfio_setup_device() local744 .argsz = sizeof(group_status) in rte_vfio_setup_device()791 ret = ioctl(vfio_group_fd, VFIO_GROUP_GET_STATUS, &group_status); in rte_vfio_setup_device()798 } else if (!(group_status.flags & VFIO_GROUP_FLAGS_VIABLE)) { in rte_vfio_setup_device()814 if (!(group_status.flags & VFIO_GROUP_FLAGS_CONTAINER_SET)) { in rte_vfio_setup_device()