Home
last modified time | relevance | path

Searched refs:sl_ops (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/misc/cxl/
Dnative.c822 if (afu->adapter->native->sl_ops->needs_reset_before_disable) in deactivate_afu_directed()
915 if (ctx->afu->adapter->native->sl_ops->update_dedicated_ivtes) in cxl_attach_dedicated_process_psl9()
916 afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx); in cxl_attach_dedicated_process_psl9()
951 if (ctx->afu->adapter->native->sl_ops->update_dedicated_ivtes) in cxl_attach_dedicated_process_psl8()
952 afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx); in cxl_attach_dedicated_process_psl8()
1003 (afu->adapter->native->sl_ops->activate_dedicated_process)) in native_afu_activate_mode()
1004 return afu->adapter->native->sl_ops->activate_dedicated_process(afu); in native_afu_activate_mode()
1019 (ctx->afu->adapter->native->sl_ops->attach_afu_directed)) in native_attach_process()
1020 return ctx->afu->adapter->native->sl_ops->attach_afu_directed(ctx, wed, amr); in native_attach_process()
1023 (ctx->afu->adapter->native->sl_ops->attach_dedicated_process)) in native_attach_process()
[all …]
Ddebugfs.c71 if (adapter->native->sl_ops->debugfs_add_adapter_regs) in cxl_debugfs_adapter_add()
72 adapter->native->sl_ops->debugfs_add_adapter_regs(adapter, dir); in cxl_debugfs_adapter_add()
114 if (afu->adapter->native->sl_ops->debugfs_add_afu_regs) in cxl_debugfs_afu_add()
115 afu->adapter->native->sl_ops->debugfs_add_afu_regs(afu, dir); in cxl_debugfs_afu_add()
Dpci.c627 if (adapter->native->sl_ops->write_timebase_ctrl) in cxl_setup_psl_timebase()
628 adapter->native->sl_ops->write_timebase_ctrl(adapter); in cxl_setup_psl_timebase()
956 if (afu->adapter->native->sl_ops->register_serr_irq) { in sanitise_afu_regs_psl9()
1011 if (afu->adapter->native->sl_ops->register_serr_irq) { in sanitise_afu_regs_psl8()
1079 if (adapter->native->sl_ops->sanitise_afu_regs) { in pci_configure_afu()
1080 rc = adapter->native->sl_ops->sanitise_afu_regs(afu); in pci_configure_afu()
1098 if (adapter->native->sl_ops->afu_regs_init) in pci_configure_afu()
1099 if ((rc = adapter->native->sl_ops->afu_regs_init(afu))) in pci_configure_afu()
1102 if (adapter->native->sl_ops->register_serr_irq) in pci_configure_afu()
1103 if ((rc = adapter->native->sl_ops->register_serr_irq(afu))) in pci_configure_afu()
[all …]
Dsysfs.c65 psl_tb = adapter->native->sl_ops->timebase_read(adapter); in psl_timebase_synced_show()
Dcxl.h660 const struct cxl_service_layer_ops *sl_ops; member