Searched refs:fcfg (Results 1 – 2 of 2) sorted by relevance
730 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_fn() local736 rc = ocxl_config_read_function(pdev, fcfg); in ocxlflash_config_fn()744 if (fcfg->max_afu_index >= 0) { in ocxlflash_config_fn()746 if (fcfg->max_afu_index != 0) in ocxlflash_config_fn()748 __func__, fcfg->max_afu_index); in ocxlflash_config_fn()761 ocxl_config_set_actag(pdev, fcfg->dvsec_function_pos, base, enabled); in ocxlflash_config_fn()772 rc = ocxl_config_set_TL(pdev, fcfg->dvsec_tl_pos); in ocxlflash_config_fn()857 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_afu() local869 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