Searched refs:fcfg (Results 1 – 2 of 2) sorted by relevance
727 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_fn() local733 rc = ocxl_config_read_function(pdev, fcfg); in ocxlflash_config_fn()741 if (fcfg->max_afu_index >= 0) { in ocxlflash_config_fn()743 if (fcfg->max_afu_index != 0) in ocxlflash_config_fn()745 __func__, fcfg->max_afu_index); in ocxlflash_config_fn()758 ocxl_config_set_actag(pdev, fcfg->dvsec_function_pos, base, enabled); in ocxlflash_config_fn()769 rc = ocxl_config_set_TL(pdev, fcfg->dvsec_tl_pos); in ocxlflash_config_fn()854 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_afu() local866 rc = ocxl_config_read_afu(pdev, fcfg, acfg, 0); in ocxlflash_config_afu()
26 struct ocxl_fn_config fcfg; /* DVSEC config of the function */ member