Searched refs:pasid_supported_log (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ocxl/ |
H A D | core.c | 102 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()
|
H A D | config.c | 513 afu->pasid_supported_log = EXTRACT_BITS(val8, 0, 4); in read_afu_control() 722 afu->pasid_supported_log); in ocxl_config_read_afu()
|
/kernel/linux/linux-6.6/drivers/misc/ocxl/ |
H A D | core.c | 102 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()
|
H A D | config.c | 502 afu->pasid_supported_log = EXTRACT_BITS(val8, 0, 4); in read_afu_control() 711 afu->pasid_supported_log); in ocxl_config_read_afu()
|
/kernel/linux/linux-5.10/include/misc/ |
H A D | ocxl.h | 39 u8 pasid_supported_log; member
|
/kernel/linux/linux-6.6/include/misc/ |
H A D | ocxl.h | 39 u8 pasid_supported_log; member
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 882 afu->max_pasid = 1 << acfg->pasid_supported_log; in ocxlflash_config_afu() 884 ocxl_config_set_afu_pasid(pdev, pos, 0, acfg->pasid_supported_log); in ocxlflash_config_afu()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 885 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()
|
Completed in 13 milliseconds