fcfg              730 drivers/scsi/cxlflash/ocxl_hw.c 	struct ocxl_fn_config *fcfg = &afu->fcfg;
fcfg              736 drivers/scsi/cxlflash/ocxl_hw.c 	rc = ocxl_config_read_function(pdev, fcfg);
fcfg              744 drivers/scsi/cxlflash/ocxl_hw.c 	if (fcfg->max_afu_index >= 0) {
fcfg              746 drivers/scsi/cxlflash/ocxl_hw.c 		if (fcfg->max_afu_index != 0)
fcfg              748 drivers/scsi/cxlflash/ocxl_hw.c 				 __func__, fcfg->max_afu_index);
fcfg              761 drivers/scsi/cxlflash/ocxl_hw.c 	ocxl_config_set_actag(pdev, fcfg->dvsec_function_pos, base, enabled);
fcfg              772 drivers/scsi/cxlflash/ocxl_hw.c 	rc = ocxl_config_set_TL(pdev, fcfg->dvsec_tl_pos);
fcfg              857 drivers/scsi/cxlflash/ocxl_hw.c 	struct ocxl_fn_config *fcfg = &afu->fcfg;
fcfg              869 drivers/scsi/cxlflash/ocxl_hw.c 	rc = ocxl_config_read_afu(pdev, fcfg, acfg, 0);
fcfg               27 drivers/scsi/cxlflash/ocxl_hw.h 	struct ocxl_fn_config fcfg;	/* DVSEC config of the function */