Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/controller/
H A Dohci.c2347 void *last_obj; in ohci_xfer_setup() local
2416 last_obj = NULL; in ohci_xfer_setup()
2434 td->obj_next = last_obj; in ohci_xfer_setup()
2437 last_obj = td; in ohci_xfer_setup()
2458 itd->obj_next = last_obj; in ohci_xfer_setup()
2461 last_obj = itd; in ohci_xfer_setup()
2466 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in ohci_xfer_setup()
2468 last_obj = NULL; in ohci_xfer_setup()
2486 ed->obj_next = last_obj; in ohci_xfer_setup()
2489 last_obj = ed; in ohci_xfer_setup()
[all …]
H A Dehci.c3400 void *last_obj; in ehci_xfer_setup() local
3529 last_obj = NULL; in ehci_xfer_setup()
3547 td->obj_next = last_obj; in ehci_xfer_setup()
3550 last_obj = td; in ehci_xfer_setup()
3571 td->obj_next = last_obj; in ehci_xfer_setup()
3574 last_obj = td; in ehci_xfer_setup()
3595 qtd->obj_next = last_obj; in ehci_xfer_setup()
3598 last_obj = qtd; in ehci_xfer_setup()
3605 last_obj = NULL; in ehci_xfer_setup()
3623 qh->obj_next = last_obj; in ehci_xfer_setup()
[all …]
H A Duhci.c2777 void *last_obj; in uhci_xfer_setup() local
2893 last_obj = NULL; in uhci_xfer_setup()
2921 td->obj_next = last_obj; in uhci_xfer_setup()
2924 last_obj = td; in uhci_xfer_setup()
2929 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()
2931 last_obj = NULL; in uhci_xfer_setup()
2949 qh->obj_next = last_obj; in uhci_xfer_setup()
2952 last_obj = qh; in uhci_xfer_setup()
2957 xfer->qh_start[xfer->flags_int.curr_dma_set] = last_obj; in uhci_xfer_setup()
H A Davr32dci.c1910 void *last_obj; in avr32dci_xfer_setup() local
1948 last_obj = NULL; in avr32dci_xfer_setup()
1982 td->obj_next = last_obj; in avr32dci_xfer_setup()
1984 last_obj = td; in avr32dci_xfer_setup()
1989 xfer->td_start[0] = last_obj; in avr32dci_xfer_setup()
H A Datmegadci.c1961 void *last_obj; in atmegadci_xfer_setup() local
1999 last_obj = NULL; in atmegadci_xfer_setup()
2028 td->obj_next = last_obj; in atmegadci_xfer_setup()
2030 last_obj = td; in atmegadci_xfer_setup()
2035 xfer->td_start[0] = last_obj; in atmegadci_xfer_setup()
H A Duss820dci.c2222 void *last_obj; in uss820dci_xfer_setup() local
2269 last_obj = NULL; in uss820dci_xfer_setup()
2304 td->obj_next = last_obj; in uss820dci_xfer_setup()
2306 last_obj = td; in uss820dci_xfer_setup()
2311 xfer->td_start[0] = last_obj; in uss820dci_xfer_setup()
H A Dsaf1761_otg.c3343 void *last_obj; in saf1761_otg_xfer_setup() local
3385 last_obj = NULL; in saf1761_otg_xfer_setup()
3446 td->obj_next = last_obj; in saf1761_otg_xfer_setup()
3448 last_obj = td; in saf1761_otg_xfer_setup()
3453 xfer->td_start[0] = last_obj; in saf1761_otg_xfer_setup()
H A Dmusb_otg.c4017 void *last_obj; in musbotg_xfer_setup() local
4069 last_obj = NULL; in musbotg_xfer_setup()
4102 td->obj_next = last_obj; in musbotg_xfer_setup()
4104 last_obj = td; in musbotg_xfer_setup()
4109 xfer->td_start[0] = last_obj; in musbotg_xfer_setup()
H A Ddwc_otg.c4776 void *last_obj; in dwc_otg_xfer_setup() local
4816 last_obj = NULL; in dwc_otg_xfer_setup()
4862 td->obj_next = last_obj; in dwc_otg_xfer_setup()
4864 last_obj = td; in dwc_otg_xfer_setup()
4869 xfer->td_start[0] = last_obj; in dwc_otg_xfer_setup()
H A Dxhci.c3694 void *last_obj; in xhci_xfer_setup() local
3755 last_obj = NULL; in xhci_xfer_setup()
3773 td->obj_next = last_obj; in xhci_xfer_setup()
3776 last_obj = td; in xhci_xfer_setup()
3781 xfer->td_start[xfer->flags_int.curr_dma_set] = last_obj; in xhci_xfer_setup()
/freebsd-13.1/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.c1767 uint64_t last_obj = UINT64_MAX; in send_reader_thread() local
1809 if (range->object == last_obj && !last_obj_exists) { in send_reader_thread()
1822 last_obj = range->object; in send_reader_thread()
H A Ddsl_dataset.c3752 uint64_t first_obj, uint64_t last_obj, list_t *l, void *tag) in snaplist_make() argument
3754 uint64_t obj = last_obj; in snaplist_make()
/freebsd-13.1/sys/mips/cavium/usb/
H A Doctusb.c1723 void *last_obj; in octusb_xfer_setup() local
1814 last_obj = NULL; in octusb_xfer_setup()
1833 td->obj_next = last_obj; in octusb_xfer_setup()
1835 last_obj = td; in octusb_xfer_setup()
1838 xfer->td_start[0] = last_obj; in octusb_xfer_setup()