Searched refs:L2_next (Results 1 – 5 of 5) sorted by relevance
181 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()
136 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()
80 void *L2_next(L2el_t *elementp);
198 L2_next(L2el_t *elementp) in L2_next() function