Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1990 #define QL_RESTORE_CONFIG_REGS(dip) pci_restore_config_regs(dip) macro
1995 #define QL_RESTORE_CONFIG_REGS(dip) ql_restore_config_regs(dip) macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2139 if (QL_RESTORE_CONFIG_REGS(dip) != DDI_SUCCESS) { in ql_power()