Home
last modified time | relevance | path

Searched refs:last_obj (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohci.c2346 void *last_obj; in ohci_xfer_setup() local
2415 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 …]
H A Dehci.c3399 void *last_obj; in ehci_xfer_setup() local
3528 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 …]
H A Duhci.c2773 void *last_obj; in uhci_xfer_setup() local
2888 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()
H A Datmegadci.c1954 void *last_obj; in atmegadci_xfer_setup() local
1991 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()
H A Davr32dci.c1909 void *last_obj; in avr32dci_xfer_setup() local
1947 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()
H A Duss820dci.c2215 void *last_obj; in uss820dci_xfer_setup() local
2261 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()
H A Dmusb_otg.c4012 void *last_obj; in musbotg_xfer_setup() local
4063 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()
H A Ddwc_otg.c4775 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()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_object.c402 uint64_t last_obj = *objectp | (DNODES_PER_BLOCK - 1); in dmu_object_next() local
411 while (i <= last_obj) { in dmu_object_next()
H A Ddmu_send.c1771 uint64_t last_obj = UINT64_MAX; in send_reader_thread() local
1816 if (range->object == last_obj && !last_obj_exists) { in send_reader_thread()
1829 last_obj = range->object; in send_reader_thread()
H A Ddsl_dataset.c3756 uint64_t first_obj, uint64_t last_obj, list_t *l, const void *tag) in snaplist_make() argument
3758 uint64_t obj = last_obj; in snaplist_make()