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

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c901 /* Get the first link on the targets cmd wdg q. */
902 if (tq->wdg.first == NULL) {
907 (uintptr_t)tq->wdg.first) == -1) {
909 " at %p", tq->wdg.first);
934 (uintptr_t)tq->wdg.first) == -1) {
936 " at %p", tq->wdg.first);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1137 ql_link_t wdg; member in struct:ql_srb
1262 ql_head_t wdg; member in struct:ql_target
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2601 sp->wdg.base_address = sp;
2602 sp->wdg.prev = NULL;
2603 sp->wdg.next = NULL;
2604 sp->wdg.head = NULL;
3364 /* init wdg links */
3365 sp->wdg.base_address = sp;
3366 sp->wdg.prev = NULL;
3367 sp->wdg.next = NULL;
3368 sp->wdg.head = NULL;
7888 ql_remove_link(&tq->wdg,
[all...]
H A Dql_isr.c1478 ql_remove_link(&tq->wdg, &sp->wdg);

Completed in 512 milliseconds