Home
last modified time | relevance | path

Searched refs:pasid_supported_log (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/misc/ocxl/
Dcore.c102 pasid_count = 1 << afu->config.pasid_supported_log; in assign_afu_pasid()
115 afu->config.pasid_supported_log); in assign_afu_pasid()
127 size = 1 << afu->config.pasid_supported_log; in reclaim_afu_pasid()
Dconfig.c484 afu->pasid_supported_log = EXTRACT_BITS(val8, 0, 4); in read_afu_control()
693 afu->pasid_supported_log); in ocxl_config_read_afu()
/Linux-v6.1/include/misc/
Docxl.h39 u8 pasid_supported_log; member
/Linux-v6.1/drivers/scsi/cxlflash/
Docxl_hw.c885 afu->max_pasid = 1 << acfg->pasid_supported_log; in ocxlflash_config_afu()
887 ocxl_config_set_afu_pasid(pdev, pos, 0, acfg->pasid_supported_log); in ocxlflash_config_afu()