Lines Matching refs:sl_ops
628 if (adapter->native->sl_ops->write_timebase_ctrl)
629 adapter->native->sl_ops->write_timebase_ctrl(adapter);
957 if (afu->adapter->native->sl_ops->register_serr_irq) {
1012 if (afu->adapter->native->sl_ops->register_serr_irq) {
1080 if (adapter->native->sl_ops->sanitise_afu_regs) {
1081 rc = adapter->native->sl_ops->sanitise_afu_regs(afu);
1099 if (adapter->native->sl_ops->afu_regs_init)
1100 if ((rc = adapter->native->sl_ops->afu_regs_init(afu)))
1103 if (adapter->native->sl_ops->register_serr_irq)
1104 if ((rc = adapter->native->sl_ops->register_serr_irq(afu)))
1114 if (adapter->native->sl_ops->release_serr_irq)
1115 adapter->native->sl_ops->release_serr_irq(afu);
1132 if (afu->adapter->native->sl_ops->release_serr_irq)
1133 afu->adapter->native->sl_ops->release_serr_irq(afu);
1439 if (adapter->native->sl_ops->invalidate_all) {
1443 rc = adapter->native->sl_ops->invalidate_all(adapter);
1489 if ((rc = adapter->native->sl_ops->adapter_regs_init(adapter, dev)))
1504 if ((rc = pnv_phb_to_cxl_mode(dev, adapter->native->sl_ops->capi_mode)))
1628 adapter->native->sl_ops = &psl8_ops;
1631 adapter->native->sl_ops = &psl9_ops;