Searched defs:afu (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/misc/ocxl/ |
H A D | core.c | 18 struct ocxl_afu *afu; in alloc_afu() local 35 struct ocxl_afu *afu = container_of(kref, struct ocxl_afu, kref); in free_afu() local 42 void ocxl_afu_get(struct ocxl_afu *afu) in ocxl_afu_get() 48 void ocxl_afu_put(struct ocxl_afu *afu) in ocxl_afu_put() 54 static int assign_afu_actag(struct ocxl_afu *afu) in assign_afu_actag() 82 static void reclaim_afu_actag(struct ocxl_afu *afu) in reclaim_afu_actag() 92 static int assign_afu_pasid(struct ocxl_afu *afu) in assign_afu_pasid() 121 static void reclaim_afu_pasid(struct ocxl_afu *afu) in reclaim_afu_pasid() 162 static int map_mmio_areas(struct ocxl_afu *afu) in map_mmio_areas() 201 static void unmap_mmio_areas(struct ocxl_afu *afu) in unmap_mmio_areas() [all …]
|
H A D | mmio.c | 7 int ocxl_global_mmio_read32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_read32() 32 int ocxl_global_mmio_read64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_read64() 57 int ocxl_global_mmio_write32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_write32() 83 int ocxl_global_mmio_write64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_write64() 109 int ocxl_global_mmio_set32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_set32() 140 int ocxl_global_mmio_set64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_set64() 171 int ocxl_global_mmio_clear32(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_clear32() 203 int ocxl_global_mmio_clear64(struct ocxl_afu *afu, size_t offset, in ocxl_global_mmio_clear64()
|
H A D | pci.c | 20 struct ocxl_afu *afu, *tmp; in ocxl_probe() local 47 struct ocxl_afu *afu; in ocxl_remove() local
|
H A D | config.c | 423 struct ocxl_afu_config *afu) in read_afu_name() 441 struct ocxl_afu_config *afu) in read_afu_mmio() 487 static int read_afu_control(struct pci_dev *dev, struct ocxl_afu_config *afu) in read_afu_control() 525 static int validate_afu(struct pci_dev *dev, struct ocxl_afu_config *afu) in validate_afu() 566 struct ocxl_afu_config *afu) in read_afu_lpc_memory_info() 653 struct ocxl_afu_config *afu, u8 afu_idx) in ocxl_config_read_afu()
|
H A D | context.c | 7 int ocxl_context_alloc(struct ocxl_context **context, struct ocxl_afu *afu, in ocxl_context_alloc() 260 void ocxl_context_detach_all(struct ocxl_afu *afu) in ocxl_context_detach_all()
|
H A D | file.c | 521 int ocxl_file_register_afu(struct ocxl_afu *afu) in ocxl_file_register_afu() 583 void ocxl_file_unregister_afu(struct ocxl_afu *afu) in ocxl_file_unregister_afu()
|
H A D | ocxl_internal.h | 31 struct ocxl_afu *afu; member 71 struct ocxl_afu *afu; member
|