Searched defs:ocxl_afu_config (Results 1 – 2 of 2) sorted by relevance
20 struct ocxl_afu_config { struct21 u8 idx;22 int dvsec_afu_control_pos; /* offset of AFU control DVSEC */23 char name[OCXL_AFU_NAME_SZ];24 u8 version_major;25 u8 version_minor;26 u8 afuc_type;27 u8 afum_type;28 u8 profile;29 u8 global_mmio_bar; /* global MMIO area */[all …]
550 struct ocxl_afu_config *ocxl_afu_config(struct ocxl_afu *afu) in ocxl_afu_config() function