Home
last modified time | relevance | path

Searched refs:group_status (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/bus/fslmc/
H A Dfslmc_vfio.c448 struct vfio_group_status group_status = { in fslmc_vfio_setup_device() local
449 .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()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio.c688 struct vfio_group_status group_status = { in rte_vfio_setup_device() local
689 .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()