Searched refs:pe_op (Results 1 – 2 of 2) sorted by relevance
65 struct vfio_eeh_pe_op pe_op = { in vfio_eeh_container_op() local66 .argsz = sizeof(pe_op), in vfio_eeh_container_op()77 ret = ioctl(container->fd, VFIO_EEH_PE_OP, &pe_op); in vfio_eeh_container_op()
518 struct vfio_eeh_pe_op pe_op = { .argsz = sizeof(pe_op), .flags = 0 };557 pe_op.op = VFIO_EEH_PE_ENABLE;558 ioctl(container, VFIO_EEH_PE_OP, &pe_op);566 pe_op.op = VFIO_EEH_PE_GET_STATE;567 ioctl(container, VFIO_EEH_PE_OP, &pe_op);578 pe_op.op = VFIO_EEH_PE_INJECT_ERR;579 pe_op.err.type = EEH_ERR_TYPE_32;580 pe_op.err.func = EEH_ERR_FUNC_LD_CFG_ADDR;581 pe_op.err.addr = 0ul;582 pe_op.err.mask = 0ul;[all …]