Home
last modified time | relevance | path

Searched refs:ql_fwmodule_resolve (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2229 uint32_t ql_fwmodule_resolve(ql_adapter_state_t *);
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c2447 if ((rval = (int32_t)ql_fwmodule_resolve(ha2)) != in ql_adm_updfwmodule()
H A Dql_api.c1070 if (ql_fwmodule_resolve(ha) != QL_SUCCESS) { in ql_attach()
1089 if (ql_fwmodule_resolve(ha) != QL_SUCCESS) { in ql_attach()
1122 if (ql_fwmodule_resolve(ha) != QL_SUCCESS) { in ql_attach()
1143 if (ql_fwmodule_resolve(ha) != QL_SUCCESS) { in ql_attach()
1163 if (ql_fwmodule_resolve(ha) != QL_SUCCESS) { in ql_attach()
17021 ql_fwmodule_resolve(ql_adapter_state_t *ha) in ql_fwmodule_resolve() function