Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1638 if (ha->fw_module != NULL) { in ql_attach()
1639 (void) ddi_modclose(ha->fw_module); in ql_attach()
1894 if (ha->fw_module != NULL) { in ql_detach()
1895 (void) ddi_modclose(ha->fw_module); in ql_detach()
1896 ha->fw_module = NULL; in ql_detach()
17036 if (ha->fw_module != NULL) { in ql_fwmodule_resolve()
17061 ha->fw_module = ddi_modopen(module, KRTLD_MODE_FIRST, NULL); in ql_fwmodule_resolve()
17062 if (ha->fw_module == NULL) { in ql_fwmodule_resolve()
17077 if ((code = ddi_modsym(ha->fw_module, "risc_code01", in ql_fwmodule_resolve()
17081 } else if ((p_usaddr = ddi_modsym(ha->fw_module, in ql_fwmodule_resolve()
[all …]
H A Dql_ioctl.c2433 if ((rval = ddi_modclose(ha2->fw_module)) != in ql_adm_updfwmodule()
2438 ha2->fw_module = NULL; in ql_adm_updfwmodule()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1528 ddi_modhandle_t fw_module; member