Lines Matching refs:sl_ops
619 if (adapter->native->sl_ops->write_timebase_ctrl)
620 adapter->native->sl_ops->write_timebase_ctrl(adapter);
948 if (afu->adapter->native->sl_ops->register_serr_irq) {
1003 if (afu->adapter->native->sl_ops->register_serr_irq) {
1071 if (adapter->native->sl_ops->sanitise_afu_regs) {
1072 rc = adapter->native->sl_ops->sanitise_afu_regs(afu);
1090 if (adapter->native->sl_ops->afu_regs_init)
1091 if ((rc = adapter->native->sl_ops->afu_regs_init(afu)))
1094 if (adapter->native->sl_ops->register_serr_irq)
1095 if ((rc = adapter->native->sl_ops->register_serr_irq(afu)))
1105 if (adapter->native->sl_ops->release_serr_irq)
1106 adapter->native->sl_ops->release_serr_irq(afu);
1123 if (afu->adapter->native->sl_ops->release_serr_irq)
1124 afu->adapter->native->sl_ops->release_serr_irq(afu);
1430 if (adapter->native->sl_ops->invalidate_all) {
1434 rc = adapter->native->sl_ops->invalidate_all(adapter);
1480 if ((rc = adapter->native->sl_ops->adapter_regs_init(adapter, dev)))
1495 if ((rc = pnv_phb_to_cxl_mode(dev, adapter->native->sl_ops->capi_mode)))
1619 adapter->native->sl_ops = &psl8_ops;
1622 adapter->native->sl_ops = &psl9_ops;