Searched refs:ocxl_fn (Results 1 – 6 of 6) sorted by relevance
/drivers/misc/ocxl/ |
D | core.c | 6 static struct ocxl_fn *ocxl_fn_get(struct ocxl_fn *fn) in ocxl_fn_get() 11 static void ocxl_fn_put(struct ocxl_fn *fn) in ocxl_fn_put() 16 static struct ocxl_afu *alloc_afu(struct ocxl_fn *fn) in alloc_afu() 56 struct ocxl_fn *fn = afu->fn; in assign_afu_actag() 84 struct ocxl_fn *fn = afu->fn; in reclaim_afu_actag() 94 struct ocxl_fn *fn = afu->fn; in assign_afu_pasid() 123 struct ocxl_fn *fn = afu->fn; in reclaim_afu_pasid() 131 static int reserve_fn_bar(struct ocxl_fn *fn, int bar) in reserve_fn_bar() 148 static void release_fn_bar(struct ocxl_fn *fn, int bar) in release_fn_bar() 263 static int init_afu(struct pci_dev *dev, struct ocxl_fn *fn, u8 afu_idx) in init_afu() [all …]
|
D | ocxl_internal.h | 16 struct ocxl_fn { struct 39 struct ocxl_fn *fn; argument 108 int ocxl_pasid_afu_alloc(struct ocxl_fn *fn, u32 size); 109 void ocxl_pasid_afu_free(struct ocxl_fn *fn, u32 start, u32 size); 110 int ocxl_actag_afu_alloc(struct ocxl_fn *fn, u32 size); 111 void ocxl_actag_afu_free(struct ocxl_fn *fn, u32 start, u32 size);
|
D | pasid.c | 81 int ocxl_pasid_afu_alloc(struct ocxl_fn *fn, u32 size) in ocxl_pasid_afu_alloc() 91 void ocxl_pasid_afu_free(struct ocxl_fn *fn, u32 start, u32 size) in ocxl_pasid_afu_free() 96 int ocxl_actag_afu_alloc(struct ocxl_fn *fn, u32 size) in ocxl_actag_afu_alloc() 104 void ocxl_actag_afu_free(struct ocxl_fn *fn, u32 start, u32 size) in ocxl_actag_afu_free()
|
D | pci.c | 21 struct ocxl_fn *fn; in ocxl_probe() 46 struct ocxl_fn *fn; in ocxl_remove()
|
D | sysfs.c | 59 struct ocxl_fn *fn = afu->fn; in reload_on_reset_show() 74 struct ocxl_fn *fn = afu->fn; in reload_on_reset_store()
|
D | file.c | 517 struct ocxl_fn *fn = afu->fn; in ocxl_file_register_afu()
|