aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/cxl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/cxl/cxl.h')
-rw-r--r--drivers/misc/cxl/cxl.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/drivers/misc/cxl/cxl.h b/drivers/misc/cxl/cxl.h
index 626073d1786c..a54c0030932c 100644
--- a/drivers/misc/cxl/cxl.h
+++ b/drivers/misc/cxl/cxl.h
@@ -813,10 +813,10 @@ int afu_register_irqs(struct cxl_context *ctx, u32 count);
813void afu_release_irqs(struct cxl_context *ctx, void *cookie); 813void afu_release_irqs(struct cxl_context *ctx, void *cookie);
814void afu_irq_name_free(struct cxl_context *ctx); 814void afu_irq_name_free(struct cxl_context *ctx);
815 815
816int cxl_attach_afu_directed_psl(struct cxl_context *ctx, u64 wed, u64 amr); 816int cxl_attach_afu_directed_psl8(struct cxl_context *ctx, u64 wed, u64 amr);
817int cxl_activate_dedicated_process_psl(struct cxl_afu *afu); 817int cxl_activate_dedicated_process_psl8(struct cxl_afu *afu);
818int cxl_attach_dedicated_process_psl(struct cxl_context *ctx, u64 wed, u64 amr); 818int cxl_attach_dedicated_process_psl8(struct cxl_context *ctx, u64 wed, u64 amr);
819void cxl_update_dedicated_ivtes_psl(struct cxl_context *ctx); 819void cxl_update_dedicated_ivtes_psl8(struct cxl_context *ctx);
820 820
821#ifdef CONFIG_DEBUG_FS 821#ifdef CONFIG_DEBUG_FS
822 822
@@ -826,10 +826,10 @@ int cxl_debugfs_adapter_add(struct cxl *adapter);
826void cxl_debugfs_adapter_remove(struct cxl *adapter); 826void cxl_debugfs_adapter_remove(struct cxl *adapter);
827int cxl_debugfs_afu_add(struct cxl_afu *afu); 827int cxl_debugfs_afu_add(struct cxl_afu *afu);
828void cxl_debugfs_afu_remove(struct cxl_afu *afu); 828void cxl_debugfs_afu_remove(struct cxl_afu *afu);
829void cxl_stop_trace_psl(struct cxl *cxl); 829void cxl_stop_trace_psl8(struct cxl *cxl);
830void cxl_debugfs_add_adapter_regs_psl(struct cxl *adapter, struct dentry *dir); 830void cxl_debugfs_add_adapter_regs_psl8(struct cxl *adapter, struct dentry *dir);
831void cxl_debugfs_add_adapter_regs_xsl(struct cxl *adapter, struct dentry *dir); 831void cxl_debugfs_add_adapter_regs_xsl(struct cxl *adapter, struct dentry *dir);
832void cxl_debugfs_add_afu_regs_psl(struct cxl_afu *afu, struct dentry *dir); 832void cxl_debugfs_add_afu_regs_psl8(struct cxl_afu *afu, struct dentry *dir);
833 833
834#else /* CONFIG_DEBUG_FS */ 834#else /* CONFIG_DEBUG_FS */
835 835
@@ -860,11 +860,11 @@ static inline void cxl_debugfs_afu_remove(struct cxl_afu *afu)
860{ 860{
861} 861}
862 862
863static inline void cxl_stop_trace(struct cxl *cxl) 863static inline void cxl_stop_trace_psl8(struct cxl *cxl)
864{ 864{
865} 865}
866 866
867static inline void cxl_debugfs_add_adapter_regs_psl(struct cxl *adapter, 867static inline void cxl_debugfs_add_adapter_regs_psl8(struct cxl *adapter,
868 struct dentry *dir) 868 struct dentry *dir)
869{ 869{
870} 870}
@@ -874,7 +874,7 @@ static inline void cxl_debugfs_add_adapter_regs_xsl(struct cxl *adapter,
874{ 874{
875} 875}
876 876
877static inline void cxl_debugfs_add_afu_regs_psl(struct cxl_afu *afu, struct dentry *dir) 877static inline void cxl_debugfs_add_afu_regs_psl8(struct cxl_afu *afu, struct dentry *dir)
878{ 878{
879} 879}
880 880
@@ -919,8 +919,8 @@ struct cxl_irq_info {
919}; 919};
920 920
921void cxl_assign_psn_space(struct cxl_context *ctx); 921void cxl_assign_psn_space(struct cxl_context *ctx);
922int cxl_invalidate_all_psl(struct cxl *adapter); 922int cxl_invalidate_all_psl8(struct cxl *adapter);
923irqreturn_t cxl_irq_psl(int irq, struct cxl_context *ctx, struct cxl_irq_info *irq_info); 923irqreturn_t cxl_irq_psl8(int irq, struct cxl_context *ctx, struct cxl_irq_info *irq_info);
924irqreturn_t cxl_fail_irq_psl(struct cxl_afu *afu, struct cxl_irq_info *irq_info); 924irqreturn_t cxl_fail_irq_psl(struct cxl_afu *afu, struct cxl_irq_info *irq_info);
925int cxl_register_one_irq(struct cxl *adapter, irq_handler_t handler, 925int cxl_register_one_irq(struct cxl *adapter, irq_handler_t handler,
926 void *cookie, irq_hw_number_t *dest_hwirq, 926 void *cookie, irq_hw_number_t *dest_hwirq,
@@ -932,7 +932,7 @@ int cxl_data_cache_flush(struct cxl *adapter);
932int cxl_afu_disable(struct cxl_afu *afu); 932int cxl_afu_disable(struct cxl_afu *afu);
933int cxl_psl_purge(struct cxl_afu *afu); 933int cxl_psl_purge(struct cxl_afu *afu);
934 934
935void cxl_native_irq_dump_regs_psl(struct cxl_context *ctx); 935void cxl_native_irq_dump_regs_psl8(struct cxl_context *ctx);
936void cxl_native_err_irq_dump_regs(struct cxl *adapter); 936void cxl_native_err_irq_dump_regs(struct cxl *adapter);
937int cxl_pci_vphb_add(struct cxl_afu *afu); 937int cxl_pci_vphb_add(struct cxl_afu *afu);
938void cxl_pci_vphb_remove(struct cxl_afu *afu); 938void cxl_pci_vphb_remove(struct cxl_afu *afu);