Home
last modified time | relevance | path

Searched refs:wdg (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c920 if (tq->wdg.first == NULL) { in qlc_wdog_dcmd()
925 (uintptr_t)tq->wdg.first) == -1) { in qlc_wdog_dcmd()
927 " at %p", tq->wdg.first); in qlc_wdog_dcmd()
952 (uintptr_t)tq->wdg.first) == -1) { in qlc_wdog_dcmd()
954 " at %p", tq->wdg.first); in qlc_wdog_dcmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c1537 ql_remove_link(&tq->wdg, &sp->wdg); in ql_fast_fcp_post()
3535 ql_remove_link(&tq->wdg, &srb->wdg); in ql_els_passthru_entry()
H A Dql_api.c2882 sp->wdg.prev = NULL; in ql_init_pkt()
2883 sp->wdg.next = NULL; in ql_init_pkt()
2884 sp->wdg.head = NULL; in ql_init_pkt()
3635 sp->wdg.prev = NULL; in ql_ub_alloc()
3636 sp->wdg.next = NULL; in ql_ub_alloc()
3637 sp->wdg.head = NULL; in ql_ub_alloc()
4110 ql_remove_link(&tq->wdg, &sp->wdg); in ql_abort()
8318 ql_remove_link(&tq->wdg, &sp->wdg); in ql_done()
10247 ql_add_link_b(&tq->wdg, &sp->wdg); in ql_timeout_insert()
10392 ql_remove_link(&tq->wdg, &sp->wdg); in ql_wdg_tq_list()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1292 ql_link_t wdg; member
1437 ql_head_t wdg; member