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

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

Completed in 100 milliseconds