Searched refs:fcfg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 727 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_fn() local 733 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() local [all...] |
H A D | ocxl_hw.h | 26 struct ocxl_fn_config fcfg; /* DVSEC config of the function */ member
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 730 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_fn() local 736 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() local [all...] |
H A D | ocxl_hw.h | 26 struct ocxl_fn_config fcfg; /* DVSEC config of the function */ member
|
Completed in 4 milliseconds