Home
last modified time | relevance | path

Searched refs:ql_hba (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c278 ql_head_t ql_hba; in qlclinks_dcmd() local
286 if (mdb_readvar(&ql_hba, "ql_hba") == -1) { in qlclinks_dcmd()
291 if (ql_hba.first == NULL) { in qlclinks_dcmd()
297 ql_hba.first, ql_hba.last); in qlclinks_dcmd()
308 hbaptr = (uintptr_t)ql_hba.first; in qlclinks_dcmd()
410 ql_head_t ql_hba; in qlcver_dcmd() local
438 if (mdb_readvar(&ql_hba, "ql_hba") == -1) { in qlcver_dcmd()
466 if (ql_hba.first == NULL) { in qlcver_dcmd()
470 hbaptr = (uintptr_t)ql_hba.first; in qlcver_dcmd()
547 ql_head_t ql_hba; in qlc_el_dcmd() local
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c645 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_search_basedev()
H A Dql_debug.c159 if (ha == NULL && (ha = ql_hba.first->base_address) == NULL) { in ql_el_msg()
H A Dql_ioctl.c2497 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_adm_updfwmodule()
2510 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_adm_updfwmodule()
H A Dql_api.c264 ql_head_t ql_hba = { variable
1694 ql_add_link_b(&ql_hba, &ha->hba); in ql_attach()
2067 if (ql_timer_timeout_id && ql_hba.first == &ha->hba && in ql_detach()
2068 ql_hba.last == &ha->hba) { in ql_detach()
2079 ql_remove_link(&ql_hba, &ha->hba); in ql_detach()
2247 if (ql_timer_timeout_id && ql_hba.first == &ha->hba && in ql_detach()
2248 ql_hba.last == &ha->hba) { in ql_detach()
10051 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_timer()
11002 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_fca_handle_to_state()
17250 link = ha == NULL ? ql_hba.first : &ha->hba; in ql_stall_driver()
[all …]
H A Dql_xioctl.c7049 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_update_flash_caches()
8941 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_suspend_hba()
8974 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_restart_hba()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2461 extern ql_head_t ql_hba;