Searched refs:afu_list (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/misc/ocxl/ |
D | pci.c | 22 struct list_head *afu_list; in ocxl_probe() local 30 afu_list = ocxl_function_afu_list(fn); in ocxl_probe() 32 list_for_each_entry_safe(afu, tmp, afu_list, list) { in ocxl_probe() 48 struct list_head *afu_list; in ocxl_remove() local 51 afu_list = ocxl_function_afu_list(fn); in ocxl_remove() 53 list_for_each_entry(afu, afu_list, list) { in ocxl_remove()
|
D | core.c | 285 list_add_tail(&afu->list, &fn->afu_list); in init_afu() 307 INIT_LIST_HEAD(&fn->afu_list); in alloc_function() 316 WARN_ON(!list_empty(&fn->afu_list)); in free_function() 512 return &fn->afu_list; in ocxl_function_afu_list() 520 list_for_each_entry(afu, &fn->afu_list, list) { in ocxl_function_fetch_afu() 539 list_for_each_entry_safe(afu, tmp, &fn->afu_list, list) { in ocxl_function_close()
|
D | ocxl_internal.h | 20 struct list_head afu_list; member
|