Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c902 if (tq->wdg.first == NULL) { in qlc_wdog_dcmd()
907 (uintptr_t)tq->wdg.first) == -1) { in qlc_wdog_dcmd()
909 " at %p", tq->wdg.first); in qlc_wdog_dcmd()
934 (uintptr_t)tq->wdg.first) == -1) { in qlc_wdog_dcmd()
936 " at %p", tq->wdg.first); in qlc_wdog_dcmd()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1137 ql_link_t wdg; member
1262 ql_head_t wdg; member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2601 sp->wdg.base_address = sp; in ql_init_pkt()
2602 sp->wdg.prev = NULL; in ql_init_pkt()
2603 sp->wdg.next = NULL; in ql_init_pkt()
2604 sp->wdg.head = NULL; in ql_init_pkt()
3365 sp->wdg.base_address = sp; in ql_ub_alloc()
3366 sp->wdg.prev = NULL; in ql_ub_alloc()
3367 sp->wdg.next = NULL; in ql_ub_alloc()
3368 sp->wdg.head = NULL; in ql_ub_alloc()
7888 ql_remove_link(&tq->wdg, &sp->wdg); in ql_done()
9831 ql_add_link_b(&tq->wdg, &sp->wdg); in ql_timeout_insert()
[all …]
H A Dql_isr.c1478 ql_remove_link(&tq->wdg, &sp->wdg); in ql_fast_fcp_post()