afu_list          285 drivers/misc/ocxl/core.c 	list_add_tail(&afu->list, &fn->afu_list);
afu_list          307 drivers/misc/ocxl/core.c 	INIT_LIST_HEAD(&fn->afu_list);
afu_list          316 drivers/misc/ocxl/core.c 	WARN_ON(!list_empty(&fn->afu_list));
afu_list          517 drivers/misc/ocxl/core.c 	return &fn->afu_list;
afu_list          525 drivers/misc/ocxl/core.c 	list_for_each_entry(afu, &fn->afu_list, list) {
afu_list          544 drivers/misc/ocxl/core.c 	list_for_each_entry_safe(afu, tmp, &fn->afu_list, list) {
afu_list           20 drivers/misc/ocxl/ocxl_internal.h 	struct list_head afu_list;
afu_list           22 drivers/misc/ocxl/pci.c 	struct list_head *afu_list;
afu_list           30 drivers/misc/ocxl/pci.c 	afu_list = ocxl_function_afu_list(fn);
afu_list           32 drivers/misc/ocxl/pci.c 	list_for_each_entry_safe(afu, tmp, afu_list, list) {
afu_list           48 drivers/misc/ocxl/pci.c 	struct list_head *afu_list;
afu_list           51 drivers/misc/ocxl/pci.c 	afu_list = ocxl_function_afu_list(fn);
afu_list           53 drivers/misc/ocxl/pci.c 	list_for_each_entry(afu, afu_list, list) {