Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/misc/
H A Docxl.h59 struct ocxl_ioctl_features { struct
78 #define OCXL_IOCTL_GET_FEATURES _IOR(OCXL_MAGIC, 0x16, struct ocxl_ioctl_features) argument
/openbmc/linux/drivers/misc/ocxl/
H A Dfile.c158 struct ocxl_ioctl_features __user *uarg) in afu_ioctl_get_features()
160 struct ocxl_ioctl_features arg; in afu_ioctl_get_features()
278 (struct ocxl_ioctl_features __user *) args); in afu_ioctl()