Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c260 ql_head_t ql_hba; in qlclinks_dcmd() local
268 if (mdb_readvar(&ql_hba, "ql_hba") == -1) { in qlclinks_dcmd()
273 if (&ql_hba == NULL) { in qlclinks_dcmd()
279 ql_hba.first, ql_hba.last); in qlclinks_dcmd()
290 hbaptr = (uintptr_t)ql_hba.first; in qlclinks_dcmd()
392 ql_head_t ql_hba; in qlcver_dcmd() local
420 if (mdb_readvar(&ql_hba, "ql_hba") == -1) { in qlcver_dcmd()
448 if (&ql_hba == NULL) { in qlcver_dcmd()
452 hbaptr = (uintptr_t)ql_hba.first; in qlcver_dcmd()
529 ql_head_t ql_hba; in qlc_el_dcmd() local
[all …]
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c662 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_search_basedev()
H A Dql_ioctl.c2430 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_adm_updfwmodule()
2443 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_adm_updfwmodule()
H A Dql_api.c211 ql_head_t ql_hba = { variable
1497 ql_add_link_b(&ql_hba, &ha->hba); in ql_attach()
1811 if (ql_timer_timeout_id && ql_hba.first == &ha->hba && in ql_detach()
1812 ql_hba.last == &ha->hba) { in ql_detach()
1816 ql_remove_link(&ql_hba, &ha->hba); in ql_detach()
2016 if (ql_timer_timeout_id && ql_hba.first == &ha->hba && in ql_detach()
2017 ql_hba.last == &ha->hba) { in ql_detach()
9608 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_timer()
10614 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_fca_handle_to_state()
16180 link = ha == NULL ? ql_hba.first : &ha->hba; in ql_stall_driver()
[all …]
H A Dql_xioctl.c6705 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_update_flash_caches()
8459 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_suspend_hba()
8492 for (link = ql_hba.first; link != NULL; link = link->next) { in ql_restart_hba()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2161 extern ql_head_t ql_hba;