Searched refs:sl_ops (Results 1 – 5 of 5) sorted by relevance
915 afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx); in cxl_attach_dedicated_process_psl9()951 afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx); in cxl_attach_dedicated_process_psl8()1110 if (ctx->afu->adapter->native->sl_ops->register_serr_irq) { in cxl_native_irq_dump_regs_psl9()1127 if (ctx->afu->adapter->native->sl_ops->register_serr_irq) { in cxl_native_irq_dump_regs_psl8()1192 if (afu->adapter->native->sl_ops->fail_irq) in native_irq_multiplexed()1200 if (afu->adapter->native->sl_ops->handle_interrupt) in native_irq_multiplexed()1211 if (afu->adapter->native->sl_ops->fail_irq) in native_irq_multiplexed()1312 if (adapter->native->sl_ops->debugfs_stop_trace) { in native_irq_err()1314 adapter->native->sl_ops->debugfs_stop_trace(adapter); in native_irq_err()1317 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()
627 if (adapter->native->sl_ops->write_timebase_ctrl) in cxl_setup_psl_timebase()1079 if (adapter->native->sl_ops->sanitise_afu_regs) { in pci_configure_afu()1098 if (adapter->native->sl_ops->afu_regs_init) in pci_configure_afu()1102 if (adapter->native->sl_ops->register_serr_irq) in pci_configure_afu()1113 if (adapter->native->sl_ops->release_serr_irq) in pci_configure_afu()1114 adapter->native->sl_ops->release_serr_irq(afu); in pci_configure_afu()1131 if (afu->adapter->native->sl_ops->release_serr_irq) in pci_deconfigure_afu()1132 afu->adapter->native->sl_ops->release_serr_irq(afu); in pci_deconfigure_afu()1436 if (adapter->native->sl_ops->invalidate_all) { in sanitise_adapter_regs()1625 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()
658 const struct cxl_service_layer_ops *sl_ops; member
Completed in 22 milliseconds