Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/include/misc/
Docxl.h39 u8 pasid_supported_log; member
/linux-5.19.10/drivers/scsi/cxlflash/
Docxl_hw.c884 afu->max_pasid = 1 << acfg->pasid_supported_log; in ocxlflash_config_afu()
886 ocxl_config_set_afu_pasid(pdev, pos, 0, acfg->pasid_supported_log); in ocxlflash_config_afu()