Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c181 gcmdp = (gcmd_t *)L2_next(&cccp->ccc_activel); in ghd_timeout_loop()
487 for (gcmdp_scan = (gcmd_t *)L2_next(&cccp->ccc_activel); in ghd_timer_newstate()
677 gcmdp = (gcmd_t *)L2_next(&cccp->ccc_activel); in ghd_timeout_get()
791 L2_INIT(&cccp->ccc_activel); in ghd_timer_attach()
829 ASSERT(cccp->ccc_activel.l2_nextp == &cccp->ccc_activel); in ghd_timer_detach()
830 ASSERT(cccp->ccc_activel.l2_nextp == cccp->ccc_activel.l2_prevp); in ghd_timer_detach()
878 L2_add(&cccp->ccc_activel, &gcmdp->cmd_timer_link, gcmdp); in ghd_timer_start()
H A Dghd_debug.c68 &P->ccc_activel, P->ccc_hba_dip, P->ccc_iblock); in ghd_dump_ccc()
H A Dghd.h168 L2el_t ccc_activel; /* ... list of active CMD/CCBs */ member
/titanic_44/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h155 L2el_t ccc_activel; /* ... list of active CMD/CCBs */ member
183 _NOTE(MUTEX_PROTECTS_DATA(cmd_ctl::ccc_activel_mutex, cmd_ctl::ccc_activel))