Searched refs:acfg (Results 1 – 2 of 2) sorted by relevance
331 struct ocxl_afu_config *acfg = &afu->acfg; in start_context() local349 ctx->psn_size = acfg->global_mmio_size; in start_context()352 ctx->psn_size = acfg->pp_mmio_stride; in start_context()403 struct ocxl_afu_config *acfg = &afu->acfg; in ocxlflash_stop_context() local714 pos = afu->acfg.dvsec_afu_control_pos; in ocxlflash_destroy_afu()803 struct ocxl_afu_config *acfg = &afu->acfg; in ocxlflash_map_mmio() local816 gmmio += acfg->global_mmio_offset; in ocxlflash_map_mmio()825 ppmmio += acfg->pp_mmio_offset; in ocxlflash_map_mmio()839 pci_release_region(pdev, acfg->pp_mmio_bar); in ocxlflash_map_mmio()856 struct ocxl_afu_config *acfg = &afu->acfg; in ocxlflash_config_afu() local[all …]
27 struct ocxl_afu_config acfg; /* AFU configuration data */ member