Searched refs:last_obj (Results 1 – 11 of 11) sorted by relevance
2346 void *last_obj; in ohci_xfer_setup() local2415 last_obj = NULL; in ohci_xfer_setup()2433 td->obj_next = last_obj; in ohci_xfer_setup()2436 last_obj = td; in ohci_xfer_setup()2457 itd->obj_next = last_obj; in ohci_xfer_setup()2460 last_obj = itd; in ohci_xfer_setup()2465 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in ohci_xfer_setup()2467 last_obj = NULL; in ohci_xfer_setup()2485 ed->obj_next = last_obj; in ohci_xfer_setup()2488 last_obj = ed; in ohci_xfer_setup()[all …]
3399 void *last_obj; in ehci_xfer_setup() local3528 last_obj = NULL; in ehci_xfer_setup()3546 td->obj_next = last_obj; in ehci_xfer_setup()3549 last_obj = td; in ehci_xfer_setup()3570 td->obj_next = last_obj; in ehci_xfer_setup()3573 last_obj = td; in ehci_xfer_setup()3594 qtd->obj_next = last_obj; in ehci_xfer_setup()3597 last_obj = qtd; in ehci_xfer_setup()3602 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in ehci_xfer_setup()3604 last_obj = NULL; in ehci_xfer_setup()[all …]
2773 void *last_obj; in uhci_xfer_setup() local2888 last_obj = NULL; in uhci_xfer_setup()2916 td->obj_next = last_obj; in uhci_xfer_setup()2919 last_obj = td; in uhci_xfer_setup()2924 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()2926 last_obj = NULL; in uhci_xfer_setup()2944 qh->obj_next = last_obj; in uhci_xfer_setup()2947 last_obj = qh; in uhci_xfer_setup()2952 xfer->qh_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()
1954 void *last_obj; in atmegadci_xfer_setup() local1991 last_obj = NULL; in atmegadci_xfer_setup()2020 td->obj_next = last_obj; in atmegadci_xfer_setup()2022 last_obj = td; in atmegadci_xfer_setup()2027 xfer->td_start[0] = last_obj; in atmegadci_xfer_setup()
1909 void *last_obj; in avr32dci_xfer_setup() local1947 last_obj = NULL; in avr32dci_xfer_setup()1981 td->obj_next = last_obj; in avr32dci_xfer_setup()1983 last_obj = td; in avr32dci_xfer_setup()1988 xfer->td_start[0] = last_obj; in avr32dci_xfer_setup()
2215 void *last_obj; in uss820dci_xfer_setup() local2261 last_obj = NULL; in uss820dci_xfer_setup()2296 td->obj_next = last_obj; in uss820dci_xfer_setup()2298 last_obj = td; in uss820dci_xfer_setup()2303 xfer->td_start[0] = last_obj; in uss820dci_xfer_setup()
4012 void *last_obj; in musbotg_xfer_setup() local4063 last_obj = NULL; in musbotg_xfer_setup()4096 td->obj_next = last_obj; in musbotg_xfer_setup()4098 last_obj = td; in musbotg_xfer_setup()4103 xfer->td_start[0] = last_obj; in musbotg_xfer_setup()
4775 void *last_obj; in dwc_otg_xfer_setup() local 4815 last_obj = NULL; in dwc_otg_xfer_setup() 4861 td->obj_next = last_obj; in dwc_otg_xfer_setup() 4863 last_obj = td; in dwc_otg_xfer_setup() 4868 xfer->td_start[0] = last_obj; in dwc_otg_xfer_setup()
402 uint64_t last_obj = *objectp | (DNODES_PER_BLOCK - 1); in dmu_object_next() local411 while (i <= last_obj) { in dmu_object_next()
1771 uint64_t last_obj = UINT64_MAX; in send_reader_thread() local1816 if (range->object == last_obj && !last_obj_exists) { in send_reader_thread()1829 last_obj = range->object; in send_reader_thread()
3756 uint64_t first_obj, uint64_t last_obj, list_t *l, const void *tag) in snaplist_make() argument3758 uint64_t obj = last_obj; in snaplist_make()