Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_debug.c93 P->cmd_timer_link.l2_nextp, P->cmd_timer_link.l2_prevp, in ghd_dump_gcmd()
94 P->cmd_timer_link.l2_private); in ghd_dump_gcmd()
H A Dghd_timer.c190 gcmdp = (gcmd_t *)L2_next(&gcmdp->cmd_timer_link); in ghd_timeout_loop()
332 L2el_t *lp = &gcmdp->cmd_timer_link; in ghd_timer_newstate()
489 gcmdp_scan = (gcmd_t *)L2_next(&gcmdp_scan->cmd_timer_link)) { in ghd_timer_newstate()
682 gcmdp = (gcmd_t *)L2_next(&gcmdp->cmd_timer_link); in ghd_timeout_get()
689 L2_delete(&gcmdp->cmd_timer_link); in ghd_timeout_get()
878 L2_add(&cccp->ccc_activel, &gcmdp->cmd_timer_link, gcmdp); in ghd_timer_start()
H A Dghd.h107 L2el_t cmd_timer_link; /* ccb timer doubly linked list */ member
140 L2_INIT(&(gcmdp)->cmd_timer_link), \
370 L2_delete(&(gcmdp)->cmd_timer_link); \
/titanic_50/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h98 L2el_t cmd_timer_link; /* ccb timer doubly linked list */ member
123 L2_INIT(&(gcmdp)->cmd_timer_link), \
328 L2_delete(&(gcmdp)->cmd_timer_link); \