Searched refs:max_pasid_log (Results 1 – 4 of 4) sorted by relevance
85 if (fn->config.max_pasid_log < 0) in ocxl_pasid_afu_alloc()87 max_pasid = 1 << fn->config.max_pasid_log; in ocxl_pasid_afu_alloc()
89 fn->max_pasid_log = -1; in read_pasid()93 fn->max_pasid_log = EXTRACT_BITS(val, 8, 12); in read_pasid()97 dev_dbg(&dev->dev, " Max PASID log = %d\n", fn->max_pasid_log); in read_pasid()269 if (fn->max_pasid_log == -1 && fn->max_afu_index >= 0) { in validate_function()
362 if (fn->config.max_pasid_log < 0) in set_function_pasid()369 desired_count = 1 << fn->config.max_pasid_log; in set_function_pasid()
47 s8 max_pasid_log; member