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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c2424 ql_adapter_state_t *ha2 = NULL; local
2431 ha2 = link->base_address;
2432 if (fw_class == ha2->fw_class) {
2433 if ((rval = ddi_modclose(ha2->fw_module)) !=
2435 EL(ha2, "modclose rval=%xh\n", rval);
2438 ha2->fw_module = NULL;
2444 ha2 = link->base_address;
2446 if ((fw_class == ha2->fw_class) && (ha2->fw_class == NULL)) {
2447 if ((rval = (int32_t)ql_fwmodule_resolve(ha2)) !
[all...]
H A Dql_xioctl.c6692 ql_adapter_state_t *ha2; local
6706 ha2 = link->base_address;
6708 if (strncmp(ha->devpath, ha2->devpath, len) != 0) {
6712 CACHE_LOCK(ha2);
6713 ql_fcache_rel(ha2->fcache);
6714 ha2->fcache = NULL;
6717 if (ha2->vcache != NULL) {
6718 kmem_free(ha2->vcache, QL_24XX_VPD_SIZE);
6719 ha2->vcache = NULL;
6722 CACHE_UNLOCK(ha2);
8454 ql_adapter_state_t *ha2; local
8488 ql_adapter_state_t *ha2; local
[all...]
H A Dql_api.c16173 ql_adapter_state_t *ha2; local
16182 ha2 = link->base_address;
16184 ql_awaken_task_daemon(ha2, NULL, DRIVER_STALL, 0);
16186 if ((ha2->task_daemon_flags & TASK_DAEMON_ALIVE_FLG) == 0 ||
16187 (ha2->task_daemon_flags & TASK_DAEMON_STOP_FLG) != 0 ||
16188 (ha2->task_daemon_flags & TASK_DAEMON_STALLED_FLG &&
16189 ql_wait_outstanding(ha2) == MAX_OUTSTANDING_COMMANDS)) {
16194 ql_delay(ha2, 10000);
16199 if (ha2 != NULL && timer == 0) {
16200 EL(ha2, "faile
16228 ql_adapter_state_t *ha2; local
[all...]

Completed in 125 milliseconds