diff options
Diffstat (limited to 'drivers/misc/cxl/cxl.h')
-rw-r--r-- | drivers/misc/cxl/cxl.h | 26 |
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); | |||
813 | void afu_release_irqs(struct cxl_context *ctx, void *cookie); | 813 | void afu_release_irqs(struct cxl_context *ctx, void *cookie); |
814 | void afu_irq_name_free(struct cxl_context *ctx); | 814 | void afu_irq_name_free(struct cxl_context *ctx); |
815 | 815 | ||
816 | int cxl_attach_afu_directed_psl(struct cxl_context *ctx, u64 wed, u64 amr); | 816 | int cxl_attach_afu_directed_psl8(struct cxl_context *ctx, u64 wed, u64 amr); |
817 | int cxl_activate_dedicated_process_psl(struct cxl_afu *afu); | 817 | int cxl_activate_dedicated_process_psl8(struct cxl_afu *afu); |
818 | int cxl_attach_dedicated_process_psl(struct cxl_context *ctx, u64 wed, u64 amr); | 818 | int cxl_attach_dedicated_process_psl8(struct cxl_context *ctx, u64 wed, u64 amr); |
819 | void cxl_update_dedicated_ivtes_psl(struct cxl_context *ctx); | 819 | void 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); | |||
826 | void cxl_debugfs_adapter_remove(struct cxl *adapter); | 826 | void cxl_debugfs_adapter_remove(struct cxl *adapter); |
827 | int cxl_debugfs_afu_add(struct cxl_afu *afu); | 827 | int cxl_debugfs_afu_add(struct cxl_afu *afu); |
828 | void cxl_debugfs_afu_remove(struct cxl_afu *afu); | 828 | void cxl_debugfs_afu_remove(struct cxl_afu *afu); |
829 | void cxl_stop_trace_psl(struct cxl *cxl); | 829 | void cxl_stop_trace_psl8(struct cxl *cxl); |
830 | void cxl_debugfs_add_adapter_regs_psl(struct cxl *adapter, struct dentry *dir); | 830 | void cxl_debugfs_add_adapter_regs_psl8(struct cxl *adapter, struct dentry *dir); |
831 | void cxl_debugfs_add_adapter_regs_xsl(struct cxl *adapter, struct dentry *dir); | 831 | void cxl_debugfs_add_adapter_regs_xsl(struct cxl *adapter, struct dentry *dir); |
832 | void cxl_debugfs_add_afu_regs_psl(struct cxl_afu *afu, struct dentry *dir); | 832 | void 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 | ||
863 | static inline void cxl_stop_trace(struct cxl *cxl) | 863 | static inline void cxl_stop_trace_psl8(struct cxl *cxl) |
864 | { | 864 | { |
865 | } | 865 | } |
866 | 866 | ||
867 | static inline void cxl_debugfs_add_adapter_regs_psl(struct cxl *adapter, | 867 | static 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 | ||
877 | static inline void cxl_debugfs_add_afu_regs_psl(struct cxl_afu *afu, struct dentry *dir) | 877 | static 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 | ||
921 | void cxl_assign_psn_space(struct cxl_context *ctx); | 921 | void cxl_assign_psn_space(struct cxl_context *ctx); |
922 | int cxl_invalidate_all_psl(struct cxl *adapter); | 922 | int cxl_invalidate_all_psl8(struct cxl *adapter); |
923 | irqreturn_t cxl_irq_psl(int irq, struct cxl_context *ctx, struct cxl_irq_info *irq_info); | 923 | irqreturn_t cxl_irq_psl8(int irq, struct cxl_context *ctx, struct cxl_irq_info *irq_info); |
924 | irqreturn_t cxl_fail_irq_psl(struct cxl_afu *afu, struct cxl_irq_info *irq_info); | 924 | irqreturn_t cxl_fail_irq_psl(struct cxl_afu *afu, struct cxl_irq_info *irq_info); |
925 | int cxl_register_one_irq(struct cxl *adapter, irq_handler_t handler, | 925 | int 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); | |||
932 | int cxl_afu_disable(struct cxl_afu *afu); | 932 | int cxl_afu_disable(struct cxl_afu *afu); |
933 | int cxl_psl_purge(struct cxl_afu *afu); | 933 | int cxl_psl_purge(struct cxl_afu *afu); |
934 | 934 | ||
935 | void cxl_native_irq_dump_regs_psl(struct cxl_context *ctx); | 935 | void cxl_native_irq_dump_regs_psl8(struct cxl_context *ctx); |
936 | void cxl_native_err_irq_dump_regs(struct cxl *adapter); | 936 | void cxl_native_err_irq_dump_regs(struct cxl *adapter); |
937 | int cxl_pci_vphb_add(struct cxl_afu *afu); | 937 | int cxl_pci_vphb_add(struct cxl_afu *afu); |
938 | void cxl_pci_vphb_remove(struct cxl_afu *afu); | 938 | void cxl_pci_vphb_remove(struct cxl_afu *afu); |