sl_ops            658 drivers/misc/cxl/cxl.h 	const struct cxl_service_layer_ops *sl_ops;
sl_ops             71 drivers/misc/cxl/debugfs.c 	if (adapter->native->sl_ops->debugfs_add_adapter_regs)
sl_ops             72 drivers/misc/cxl/debugfs.c 		adapter->native->sl_ops->debugfs_add_adapter_regs(adapter, dir);
sl_ops            114 drivers/misc/cxl/debugfs.c 	if (afu->adapter->native->sl_ops->debugfs_add_afu_regs)
sl_ops            115 drivers/misc/cxl/debugfs.c 		afu->adapter->native->sl_ops->debugfs_add_afu_regs(afu, dir);
sl_ops            821 drivers/misc/cxl/native.c 	if (afu->adapter->native->sl_ops->needs_reset_before_disable)
sl_ops            914 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->update_dedicated_ivtes)
sl_ops            915 drivers/misc/cxl/native.c 		afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx);
sl_ops            950 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->update_dedicated_ivtes)
sl_ops            951 drivers/misc/cxl/native.c 		afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx);
sl_ops           1002 drivers/misc/cxl/native.c 	    (afu->adapter->native->sl_ops->activate_dedicated_process))
sl_ops           1003 drivers/misc/cxl/native.c 		return afu->adapter->native->sl_ops->activate_dedicated_process(afu);
sl_ops           1018 drivers/misc/cxl/native.c 	    (ctx->afu->adapter->native->sl_ops->attach_afu_directed))
sl_ops           1019 drivers/misc/cxl/native.c 		return ctx->afu->adapter->native->sl_ops->attach_afu_directed(ctx, wed, amr);
sl_ops           1022 drivers/misc/cxl/native.c 	    (ctx->afu->adapter->native->sl_ops->attach_dedicated_process))
sl_ops           1023 drivers/misc/cxl/native.c 		return ctx->afu->adapter->native->sl_ops->attach_dedicated_process(ctx, wed, amr);
sl_ops           1057 drivers/misc/cxl/native.c 	    (ctx->afu->adapter->native->sl_ops->update_dedicated_ivtes))
sl_ops           1058 drivers/misc/cxl/native.c 		return ctx->afu->adapter->native->sl_ops->update_dedicated_ivtes(ctx);
sl_ops           1110 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->register_serr_irq) {
sl_ops           1127 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->register_serr_irq) {
sl_ops           1141 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->psl_irq_dump_registers)
sl_ops           1142 drivers/misc/cxl/native.c 		ctx->afu->adapter->native->sl_ops->psl_irq_dump_registers(ctx);
sl_ops           1144 drivers/misc/cxl/native.c 	if (ctx->afu->adapter->native->sl_ops->debugfs_stop_trace) {
sl_ops           1146 drivers/misc/cxl/native.c 		ctx->afu->adapter->native->sl_ops->debugfs_stop_trace(ctx->afu->adapter);
sl_ops           1192 drivers/misc/cxl/native.c 		if (afu->adapter->native->sl_ops->fail_irq)
sl_ops           1193 drivers/misc/cxl/native.c 			return afu->adapter->native->sl_ops->fail_irq(afu, &irq_info);
sl_ops           1200 drivers/misc/cxl/native.c 		if (afu->adapter->native->sl_ops->handle_interrupt)
sl_ops           1201 drivers/misc/cxl/native.c 			ret = afu->adapter->native->sl_ops->handle_interrupt(irq, ctx, &irq_info);
sl_ops           1211 drivers/misc/cxl/native.c 	if (afu->adapter->native->sl_ops->fail_irq)
sl_ops           1212 drivers/misc/cxl/native.c 		ret = afu->adapter->native->sl_ops->fail_irq(afu, &irq_info);
sl_ops           1312 drivers/misc/cxl/native.c 	if (adapter->native->sl_ops->debugfs_stop_trace) {
sl_ops           1314 drivers/misc/cxl/native.c 		adapter->native->sl_ops->debugfs_stop_trace(adapter);
sl_ops           1317 drivers/misc/cxl/native.c 	if (adapter->native->sl_ops->err_irq_dump_registers)
sl_ops           1318 drivers/misc/cxl/native.c 		adapter->native->sl_ops->err_irq_dump_registers(adapter);
sl_ops            627 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->write_timebase_ctrl)
sl_ops            628 drivers/misc/cxl/pci.c 		adapter->native->sl_ops->write_timebase_ctrl(adapter);
sl_ops            956 drivers/misc/cxl/pci.c 	if (afu->adapter->native->sl_ops->register_serr_irq) {
sl_ops           1011 drivers/misc/cxl/pci.c 	if (afu->adapter->native->sl_ops->register_serr_irq) {
sl_ops           1079 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->sanitise_afu_regs) {
sl_ops           1080 drivers/misc/cxl/pci.c 		rc = adapter->native->sl_ops->sanitise_afu_regs(afu);
sl_ops           1098 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->afu_regs_init)
sl_ops           1099 drivers/misc/cxl/pci.c 		if ((rc = adapter->native->sl_ops->afu_regs_init(afu)))
sl_ops           1102 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->register_serr_irq)
sl_ops           1103 drivers/misc/cxl/pci.c 		if ((rc = adapter->native->sl_ops->register_serr_irq(afu)))
sl_ops           1113 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->release_serr_irq)
sl_ops           1114 drivers/misc/cxl/pci.c 		adapter->native->sl_ops->release_serr_irq(afu);
sl_ops           1131 drivers/misc/cxl/pci.c 	if (afu->adapter->native->sl_ops->release_serr_irq)
sl_ops           1132 drivers/misc/cxl/pci.c 		afu->adapter->native->sl_ops->release_serr_irq(afu);
sl_ops           1436 drivers/misc/cxl/pci.c 	if (adapter->native->sl_ops->invalidate_all) {
sl_ops           1440 drivers/misc/cxl/pci.c 		rc = adapter->native->sl_ops->invalidate_all(adapter);
sl_ops           1486 drivers/misc/cxl/pci.c 	if ((rc = adapter->native->sl_ops->adapter_regs_init(adapter, dev)))
sl_ops           1501 drivers/misc/cxl/pci.c 	if ((rc = pnv_phb_to_cxl_mode(dev, adapter->native->sl_ops->capi_mode)))
sl_ops           1625 drivers/misc/cxl/pci.c 		adapter->native->sl_ops = &psl8_ops;
sl_ops           1628 drivers/misc/cxl/pci.c 		adapter->native->sl_ops = &psl9_ops;
sl_ops             65 drivers/misc/cxl/sysfs.c 		psl_tb = adapter->native->sl_ops->timebase_read(adapter);