/kernel/linux/linux-5.10/include/uapi/misc/ |
H A D | cxl.h | 82 #define CXL_MAGIC 0xCA macro 84 #define CXL_IOCTL_START_WORK _IOW(CXL_MAGIC, 0x00, struct cxl_ioctl_start_work) 85 #define CXL_IOCTL_GET_PROCESS_ELEMENT _IOR(CXL_MAGIC, 0x01, __u32) 86 #define CXL_IOCTL_GET_AFU_ID _IOR(CXL_MAGIC, 0x02, struct cxl_afu_id) 88 #define CXL_IOCTL_DOWNLOAD_IMAGE _IOW(CXL_MAGIC, 0x0A, struct cxl_adapter_image) 89 #define CXL_IOCTL_VALIDATE_IMAGE _IOW(CXL_MAGIC, 0x0B, struct cxl_adapter_image)
|
/kernel/linux/linux-6.6/include/uapi/misc/ |
H A D | cxl.h | 82 #define CXL_MAGIC 0xCA macro 84 #define CXL_IOCTL_START_WORK _IOW(CXL_MAGIC, 0x00, struct cxl_ioctl_start_work) 85 #define CXL_IOCTL_GET_PROCESS_ELEMENT _IOR(CXL_MAGIC, 0x01, __u32) 86 #define CXL_IOCTL_GET_AFU_ID _IOR(CXL_MAGIC, 0x02, struct cxl_afu_id) 88 #define CXL_IOCTL_DOWNLOAD_IMAGE _IOW(CXL_MAGIC, 0x0A, struct cxl_adapter_image) 89 #define CXL_IOCTL_VALIDATE_IMAGE _IOW(CXL_MAGIC, 0x0B, struct cxl_adapter_image)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/misc/ |
H A D | cxl.h | 61 #define CXL_MAGIC 0xCA macro 62 #define CXL_IOCTL_START_WORK _IOW(CXL_MAGIC, 0x00, struct cxl_ioctl_start_work) 63 #define CXL_IOCTL_GET_PROCESS_ELEMENT _IOR(CXL_MAGIC, 0x01, __u32) 64 #define CXL_IOCTL_GET_AFU_ID _IOR(CXL_MAGIC, 0x02, struct cxl_afu_id) 65 #define CXL_IOCTL_DOWNLOAD_IMAGE _IOW(CXL_MAGIC, 0x0A, struct cxl_adapter_image) 66 #define CXL_IOCTL_VALIDATE_IMAGE _IOW(CXL_MAGIC, 0x0B, struct cxl_adapter_image)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/misc/ |
H A D | cxl.h | 71 #define CXL_MAGIC 0xCA macro 72 #define CXL_IOCTL_START_WORK _IOW(CXL_MAGIC, 0x00, struct cxl_ioctl_start_work) 73 #define CXL_IOCTL_GET_PROCESS_ELEMENT _IOR(CXL_MAGIC, 0x01, __u32) 74 #define CXL_IOCTL_GET_AFU_ID _IOR(CXL_MAGIC, 0x02, struct cxl_afu_id) 75 #define CXL_IOCTL_DOWNLOAD_IMAGE _IOW(CXL_MAGIC, 0x0A, struct cxl_adapter_image) 76 #define CXL_IOCTL_VALIDATE_IMAGE _IOW(CXL_MAGIC, 0x0B, struct cxl_adapter_image)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/misc/ |
H A D | cxl.h | 71 #define CXL_MAGIC 0xCA macro 72 #define CXL_IOCTL_START_WORK _IOW(CXL_MAGIC, 0x00, struct cxl_ioctl_start_work) 73 #define CXL_IOCTL_GET_PROCESS_ELEMENT _IOR(CXL_MAGIC, 0x01, __u32) 74 #define CXL_IOCTL_GET_AFU_ID _IOR(CXL_MAGIC, 0x02, struct cxl_afu_id) 75 #define CXL_IOCTL_DOWNLOAD_IMAGE _IOW(CXL_MAGIC, 0x0A, struct cxl_adapter_image) 76 #define CXL_IOCTL_VALIDATE_IMAGE _IOW(CXL_MAGIC, 0x0B, struct cxl_adapter_image)
|
/kernel/linux/linux-5.10/include/uapi/scsi/ |
H A D | cxlflash_ioctl.h | 186 #define CXL_MAGIC 0xCA macro 187 #define CXL_IOWR(_n, _s) _IOWR(CXL_MAGIC, _n, struct _s) 190 * CXL Flash superpipe ioctls start at base of the reserved CXL_MAGIC 269 * CXL Flash host ioctls start at the top of the reserved CXL_MAGIC
|
/kernel/linux/linux-6.6/include/uapi/scsi/ |
H A D | cxlflash_ioctl.h | 186 #define CXL_MAGIC 0xCA macro 187 #define CXL_IOWR(_n, _s) _IOWR(CXL_MAGIC, _n, struct _s) 190 * CXL Flash superpipe ioctls start at base of the reserved CXL_MAGIC 269 * CXL Flash host ioctls start at the top of the reserved CXL_MAGIC
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/ |
H A D | cxlflash_ioctl.h | 117 #define CXL_MAGIC 0xCA macro 118 #define CXL_IOWR(_n, _s) _IOWR(CXL_MAGIC, _n, struct _s)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/ |
H A D | cxlflash_ioctl.h | 130 #define CXL_MAGIC 0xCA macro 131 #define CXL_IOWR(_n,_s) _IOWR(CXL_MAGIC, _n, struct _s)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/scsi/ |
H A D | cxlflash_ioctl.h | 130 #define CXL_MAGIC 0xCA macro 131 #define CXL_IOWR(_n,_s) _IOWR(CXL_MAGIC, _n, struct _s)
|