Searched refs:acfg (Results 1 – 2 of 2) sorted by relevance
330 struct ocxl_afu_config *acfg = &afu->acfg; in start_context() local347 ctx->psn_size = acfg->global_mmio_size; in start_context()350 ctx->psn_size = acfg->pp_mmio_stride; in start_context()400 struct ocxl_afu_config *acfg = &afu->acfg; in ocxlflash_stop_context() local413 rc = ocxl_config_terminate_pasid(pdev, acfg->dvsec_afu_control_pos, in ocxlflash_stop_context()711 pos = afu->acfg.dvsec_afu_control_pos; in ocxlflash_destroy_afu()800 struct ocxl_afu_config *acfg = &afu->acfg; in ocxlflash_map_mmio() local806 rc = pci_request_region(pdev, acfg->global_mmio_bar, "ocxlflash"); in ocxlflash_map_mmio()812 gmmio = pci_resource_start(pdev, acfg->global_mmio_bar); in ocxlflash_map_mmio()813 gmmio += acfg->global_mmio_offset; in ocxlflash_map_mmio()[all …]
27 struct ocxl_afu_config acfg; /* AFU configuration data */ member