Home
last modified time | relevance | path

Searched refs:L2_next (Results 1 – 5 of 5) 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()
190 gcmdp = (gcmd_t *)L2_next(&gcmdp->cmd_timer_link); in ghd_timeout_loop()
487 for (gcmdp_scan = (gcmd_t *)L2_next(&cccp->ccc_activel); in ghd_timer_newstate()
489 gcmdp_scan = (gcmd_t *)L2_next(&gcmdp_scan->cmd_timer_link)) { in ghd_timer_newstate()
677 gcmdp = (gcmd_t *)L2_next(&cccp->ccc_activel); in ghd_timeout_get()
682 gcmdp = (gcmd_t *)L2_next(&gcmdp->cmd_timer_link); in ghd_timeout_get()
H A Dghd.c136 if ((gcmdp = L2_next(&cccp->ccc_doneq)) != NULL) in ghd_doneq_get()
208 if ((gcmdp = L2_next(&cccp->ccc_doneq)) == NULL) in ghd_doneq_process()
248 for (rnp = (ghd_reset_notify_list_t *)L2_next(rnl); in ghd_do_reset_notify_callbacks()
250 rnp = (ghd_reset_notify_list_t *)L2_next(&rnp->l2_link)) { in ghd_do_reset_notify_callbacks()
554 while (gcmdp = L2_next(&gcmd_hold_queue)) { in ghd_poll()
867 L2_next(&cccp->ccc_reset_notify_list); in ghd_reset_notify()
869 rnp = (ghd_reset_notify_list_t *)L2_next(&rnp->l2_link)) { in ghd_reset_notify()
H A Dghd_queue.h80 void *L2_next(L2el_t *elementp);
H A Dghd_queue.c198 L2_next(L2el_t *elementp) in L2_next() function
/titanic_44/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_queue.h80 void *L2_next(L2el_t *elementp);