Searched defs:ocxl_afu_config (Results 1 – 1 of 1) sorted by relevance
24 struct ocxl_afu_config { struct25 u8 idx;26 int dvsec_afu_control_pos; /* offset of AFU control DVSEC */27 char name[OCXL_AFU_NAME_SZ];28 u8 version_major;29 u8 version_minor;30 u8 afuc_type;31 u8 afum_type;32 u8 profile;33 u8 global_mmio_bar; /* global MMIO area */[all …]