Lines Matching refs:last_obj
3423 void *last_obj;
3561 last_obj = NULL;
3583 td->obj_next = (ehci_itd_t *)last_obj;
3586 last_obj = td;
3611 td->obj_next = (ehci_sitd_t *)last_obj;
3614 last_obj = td;
3639 qtd->obj_next = (ehci_qtd_t *)last_obj;
3642 last_obj = qtd;
3647 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj;
3649 last_obj = NULL;
3671 qh->obj_next = (ehci_qh_t *)last_obj;
3674 last_obj = qh;
3679 xfer->qh_start[xfer->flags_int.curr_dma_set] = last_obj;