Home
last modified time | relevance | path

Searched refs:QL_RESTORE_CONFIG_REGS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2287 #define QL_RESTORE_CONFIG_REGS(dip) pci_restore_config_regs(dip) macro
2292 #define QL_RESTORE_CONFIG_REGS(dip) ql_restore_config_regs(dip) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2383 if (QL_RESTORE_CONFIG_REGS(dip) != DDI_SUCCESS) { in ql_power()