| .. | .. |
|---|
| 33 | 33 | }; |
|---|
| 34 | 34 | |
|---|
| 35 | 35 | struct ocxl_ioctl_metadata { |
|---|
| 36 | | - __u16 version; // struct version, always backwards compatible |
|---|
| 36 | + __u16 version; /* struct version, always backwards compatible */ |
|---|
| 37 | 37 | |
|---|
| 38 | | - // Version 0 fields |
|---|
| 38 | + /* Version 0 fields */ |
|---|
| 39 | 39 | __u8 afu_version_major; |
|---|
| 40 | 40 | __u8 afu_version_minor; |
|---|
| 41 | | - __u32 pasid; // PASID assigned to the current context |
|---|
| 41 | + __u32 pasid; /* PASID assigned to the current context */ |
|---|
| 42 | 42 | |
|---|
| 43 | | - __u64 pp_mmio_size; // Per PASID MMIO size |
|---|
| 43 | + __u64 pp_mmio_size; /* Per PASID MMIO size */ |
|---|
| 44 | 44 | __u64 global_mmio_size; |
|---|
| 45 | 45 | |
|---|
| 46 | | - // End version 0 fields |
|---|
| 46 | + /* End version 0 fields */ |
|---|
| 47 | 47 | |
|---|
| 48 | | - __u64 reserved[13]; // Total of 16*u64 |
|---|
| 48 | + __u64 reserved[13]; /* Total of 16*u64 */ |
|---|
| 49 | 49 | }; |
|---|
| 50 | 50 | |
|---|
| 51 | 51 | struct ocxl_ioctl_p9_wait { |
|---|
| 52 | | - __u16 thread_id; // The thread ID required to wake this thread |
|---|
| 52 | + __u16 thread_id; /* The thread ID required to wake this thread */ |
|---|
| 53 | 53 | __u16 reserved1; |
|---|
| 54 | 54 | __u32 reserved2; |
|---|
| 55 | 55 | __u64 reserved3[3]; |
|---|