acfg              331 drivers/scsi/cxlflash/ocxl_hw.c 	struct ocxl_afu_config *acfg = &afu->acfg;
acfg              348 drivers/scsi/cxlflash/ocxl_hw.c 		ctx->psn_size = acfg->global_mmio_size;
acfg              351 drivers/scsi/cxlflash/ocxl_hw.c 		ctx->psn_size = acfg->pp_mmio_stride;
acfg              401 drivers/scsi/cxlflash/ocxl_hw.c 	struct ocxl_afu_config *acfg = &afu->acfg;
acfg              414 drivers/scsi/cxlflash/ocxl_hw.c 	rc = ocxl_config_terminate_pasid(pdev, acfg->dvsec_afu_control_pos,
acfg              714 drivers/scsi/cxlflash/ocxl_hw.c 	pos = afu->acfg.dvsec_afu_control_pos;
acfg              803 drivers/scsi/cxlflash/ocxl_hw.c 	struct ocxl_afu_config *acfg = &afu->acfg;
acfg              809 drivers/scsi/cxlflash/ocxl_hw.c 	rc = pci_request_region(pdev, acfg->global_mmio_bar, "ocxlflash");
acfg              815 drivers/scsi/cxlflash/ocxl_hw.c 	gmmio = pci_resource_start(pdev, acfg->global_mmio_bar);
acfg              816 drivers/scsi/cxlflash/ocxl_hw.c 	gmmio += acfg->global_mmio_offset;
acfg              818 drivers/scsi/cxlflash/ocxl_hw.c 	rc = pci_request_region(pdev, acfg->pp_mmio_bar, "ocxlflash");
acfg              824 drivers/scsi/cxlflash/ocxl_hw.c 	ppmmio = pci_resource_start(pdev, acfg->pp_mmio_bar);
acfg              825 drivers/scsi/cxlflash/ocxl_hw.c 	ppmmio += acfg->pp_mmio_offset;
acfg              827 drivers/scsi/cxlflash/ocxl_hw.c 	afu->gmmio_virt = ioremap(gmmio, acfg->global_mmio_size);
acfg              839 drivers/scsi/cxlflash/ocxl_hw.c 	pci_release_region(pdev, acfg->pp_mmio_bar);
acfg              841 drivers/scsi/cxlflash/ocxl_hw.c 	pci_release_region(pdev, acfg->global_mmio_bar);
acfg              856 drivers/scsi/cxlflash/ocxl_hw.c 	struct ocxl_afu_config *acfg = &afu->acfg;
acfg              869 drivers/scsi/cxlflash/ocxl_hw.c 	rc = ocxl_config_read_afu(pdev, fcfg, acfg, 0);
acfg              878 drivers/scsi/cxlflash/ocxl_hw.c 	count = min_t(int, acfg->actag_supported, afu->fn_actag_enabled);
acfg              879 drivers/scsi/cxlflash/ocxl_hw.c 	pos = acfg->dvsec_afu_control_pos;
acfg              885 drivers/scsi/cxlflash/ocxl_hw.c 	afu->max_pasid = 1 << acfg->pasid_supported_log;
acfg              887 drivers/scsi/cxlflash/ocxl_hw.c 	ocxl_config_set_afu_pasid(pdev, pos, 0, acfg->pasid_supported_log);
acfg              897 drivers/scsi/cxlflash/ocxl_hw.c 	ocxl_config_set_afu_state(pdev, acfg->dvsec_afu_control_pos, 1);
acfg               28 drivers/scsi/cxlflash/ocxl_hw.h 	struct ocxl_afu_config acfg;	/* AFU configuration data */