ocxl_fn             6 drivers/misc/ocxl/core.c static struct ocxl_fn *ocxl_fn_get(struct ocxl_fn *fn)
ocxl_fn            11 drivers/misc/ocxl/core.c static void ocxl_fn_put(struct ocxl_fn *fn)
ocxl_fn            16 drivers/misc/ocxl/core.c static struct ocxl_afu *alloc_afu(struct ocxl_fn *fn)
ocxl_fn            56 drivers/misc/ocxl/core.c 	struct ocxl_fn *fn = afu->fn;
ocxl_fn            84 drivers/misc/ocxl/core.c 	struct ocxl_fn *fn = afu->fn;
ocxl_fn            94 drivers/misc/ocxl/core.c 	struct ocxl_fn *fn = afu->fn;
ocxl_fn           123 drivers/misc/ocxl/core.c 	struct ocxl_fn *fn = afu->fn;
ocxl_fn           131 drivers/misc/ocxl/core.c static int reserve_fn_bar(struct ocxl_fn *fn, int bar)
ocxl_fn           148 drivers/misc/ocxl/core.c static void release_fn_bar(struct ocxl_fn *fn, int bar)
ocxl_fn           263 drivers/misc/ocxl/core.c static int init_afu(struct pci_dev *dev, struct ocxl_fn *fn, u8 afu_idx)
ocxl_fn           299 drivers/misc/ocxl/core.c static struct ocxl_fn *alloc_function(void)
ocxl_fn           301 drivers/misc/ocxl/core.c 	struct ocxl_fn *fn;
ocxl_fn           303 drivers/misc/ocxl/core.c 	fn = kzalloc(sizeof(struct ocxl_fn), GFP_KERNEL);
ocxl_fn           314 drivers/misc/ocxl/core.c static void free_function(struct ocxl_fn *fn)
ocxl_fn           323 drivers/misc/ocxl/core.c 	struct ocxl_fn *fn = container_of(dev, struct ocxl_fn, dev);
ocxl_fn           328 drivers/misc/ocxl/core.c static int set_function_device(struct ocxl_fn *fn, struct pci_dev *dev)
ocxl_fn           340 drivers/misc/ocxl/core.c static int assign_function_actag(struct ocxl_fn *fn)
ocxl_fn           361 drivers/misc/ocxl/core.c static int set_function_pasid(struct ocxl_fn *fn)
ocxl_fn           387 drivers/misc/ocxl/core.c static int configure_function(struct ocxl_fn *fn, struct pci_dev *dev)
ocxl_fn           446 drivers/misc/ocxl/core.c static void deconfigure_function(struct ocxl_fn *fn)
ocxl_fn           454 drivers/misc/ocxl/core.c static struct ocxl_fn *init_function(struct pci_dev *dev)
ocxl_fn           456 drivers/misc/ocxl/core.c 	struct ocxl_fn *fn;
ocxl_fn           480 drivers/misc/ocxl/core.c struct ocxl_fn *ocxl_function_open(struct pci_dev *dev)
ocxl_fn           484 drivers/misc/ocxl/core.c 	struct ocxl_fn *fn;
ocxl_fn           515 drivers/misc/ocxl/core.c struct list_head *ocxl_function_afu_list(struct ocxl_fn *fn)
ocxl_fn           521 drivers/misc/ocxl/core.c struct ocxl_afu *ocxl_function_fetch_afu(struct ocxl_fn *fn, u8 afu_idx)
ocxl_fn           534 drivers/misc/ocxl/core.c const struct ocxl_fn_config *ocxl_function_config(struct ocxl_fn *fn)
ocxl_fn           540 drivers/misc/ocxl/core.c void ocxl_function_close(struct ocxl_fn *fn)
ocxl_fn           517 drivers/misc/ocxl/file.c 	struct ocxl_fn *fn = afu->fn;
ocxl_fn            39 drivers/misc/ocxl/ocxl_internal.h 	struct ocxl_fn *fn;
ocxl_fn           105 drivers/misc/ocxl/ocxl_internal.h int ocxl_pasid_afu_alloc(struct ocxl_fn *fn, u32 size);
ocxl_fn           106 drivers/misc/ocxl/ocxl_internal.h void ocxl_pasid_afu_free(struct ocxl_fn *fn, u32 start, u32 size);
ocxl_fn           107 drivers/misc/ocxl/ocxl_internal.h int ocxl_actag_afu_alloc(struct ocxl_fn *fn, u32 size);
ocxl_fn           108 drivers/misc/ocxl/ocxl_internal.h void ocxl_actag_afu_free(struct ocxl_fn *fn, u32 start, u32 size);
ocxl_fn            81 drivers/misc/ocxl/pasid.c int ocxl_pasid_afu_alloc(struct ocxl_fn *fn, u32 size)
ocxl_fn            91 drivers/misc/ocxl/pasid.c void ocxl_pasid_afu_free(struct ocxl_fn *fn, u32 start, u32 size)
ocxl_fn            96 drivers/misc/ocxl/pasid.c int ocxl_actag_afu_alloc(struct ocxl_fn *fn, u32 size)
ocxl_fn           104 drivers/misc/ocxl/pasid.c void ocxl_actag_afu_free(struct ocxl_fn *fn, u32 start, u32 size)
ocxl_fn            21 drivers/misc/ocxl/pci.c 	struct ocxl_fn *fn;
ocxl_fn            46 drivers/misc/ocxl/pci.c 	struct ocxl_fn *fn;
ocxl_fn            59 include/misc/ocxl.h struct ocxl_fn;
ocxl_fn            71 include/misc/ocxl.h struct ocxl_fn *ocxl_function_open(struct pci_dev *dev);
ocxl_fn            80 include/misc/ocxl.h struct list_head *ocxl_function_afu_list(struct ocxl_fn *fn);
ocxl_fn            92 include/misc/ocxl.h struct ocxl_afu *ocxl_function_fetch_afu(struct ocxl_fn *fn, u8 afu_idx);
ocxl_fn           116 include/misc/ocxl.h const struct ocxl_fn_config *ocxl_function_config(struct ocxl_fn *fn);
ocxl_fn           127 include/misc/ocxl.h void ocxl_function_close(struct ocxl_fn *fn);