Searched refs:sl_ops (Results 1 – 5 of 5) sorted by relevance
911 afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx); in cxl_attach_dedicated_process_psl9()947 afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx); in cxl_attach_dedicated_process_psl8()1106 if (ctx->afu->adapter->native->sl_ops->register_serr_irq) { in cxl_native_irq_dump_regs_psl9()1123 if (ctx->afu->adapter->native->sl_ops->register_serr_irq) { in cxl_native_irq_dump_regs_psl8()1188 if (afu->adapter->native->sl_ops->fail_irq) in native_irq_multiplexed()1196 if (afu->adapter->native->sl_ops->handle_interrupt) in native_irq_multiplexed()1207 if (afu->adapter->native->sl_ops->fail_irq) in native_irq_multiplexed()1308 if (adapter->native->sl_ops->debugfs_stop_trace) { in native_irq_err()1310 adapter->native->sl_ops->debugfs_stop_trace(adapter); in native_irq_err()1313 if (adapter->native->sl_ops->err_irq_dump_registers) in native_irq_err()[all …]
71 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()
613 if (adapter->native->sl_ops->write_timebase_ctrl) in cxl_setup_psl_timebase()1065 if (adapter->native->sl_ops->sanitise_afu_regs) { in pci_configure_afu()1084 if (adapter->native->sl_ops->afu_regs_init) in pci_configure_afu()1088 if (adapter->native->sl_ops->register_serr_irq) in pci_configure_afu()1099 if (adapter->native->sl_ops->release_serr_irq) in pci_configure_afu()1100 adapter->native->sl_ops->release_serr_irq(afu); in pci_configure_afu()1117 if (afu->adapter->native->sl_ops->release_serr_irq) in pci_deconfigure_afu()1118 afu->adapter->native->sl_ops->release_serr_irq(afu); in pci_deconfigure_afu()1424 if (adapter->native->sl_ops->invalidate_all) { in sanitise_adapter_regs()1613 adapter->native->sl_ops = &psl8_ops; in set_sl_ops()[all …]
65 psl_tb = adapter->native->sl_ops->timebase_read(adapter); in psl_timebase_synced_show()
660 const struct cxl_service_layer_ops *sl_ops; member
Completed in 19 milliseconds