Home
last modified time | relevance | path

Searched refs:endpoint_q (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/bus/u4b/
HDusb_transfer.c1760 endpoint_q[xfer->stream_id], xfer); in usbd_transfer_submit()
1881 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], xfer); in usbd_pipe_enter()
2004 if (ep->endpoint_q[xfer->stream_id].curr == xfer) { in usbd_transfer_stop()
2006 &ep->endpoint_q[xfer->stream_id], NULL); in usbd_transfer_stop()
3013 if (ep->endpoint_q[xfer->stream_id].curr == xfer) { in usbd_callback_wrapper_sub()
3014 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], NULL); in usbd_callback_wrapper_sub()
3016 if (ep->endpoint_q[xfer->stream_id].curr != NULL || in usbd_callback_wrapper_sub()
3017 TAILQ_FIRST(&ep->endpoint_q[xfer->stream_id].head) != NULL) { in usbd_callback_wrapper_sub()
HDusb_debug.c165 TAILQ_FOREACH(xfer, &ep->endpoint_q[x].head, wait_entry) { in usb_dump_queue()
HDusb_device.c387 TAILQ_INIT(&ep->endpoint_q[x].head); in usb_init_endpoint()
388 ep->endpoint_q[x].command = &usbd_pipe_start; in usb_init_endpoint()
1013 xfer = ep->endpoint_q[x].curr; in usbd_set_endpoint_stall()
1036 usb_command_wrapper(&ep->endpoint_q[x], in usbd_set_endpoint_stall()
1037 ep->endpoint_q[x].curr); in usbd_set_endpoint_stall()
HDusbdi.h137 struct usb_xfer_queue endpoint_q[USB_MAX_EP_STREAMS]; member
HDusb_request.c259 usb_command_wrapper(&ep->endpoint_q[x], in usb_do_clear_stall_callback()
260 ep->endpoint_q[x].curr); in usb_do_clear_stall_callback()
HDusb_hub.c2122 TAILQ_FOREACH(pipe_xfer, &xfer->endpoint->endpoint_q[0].head, in usbd_fs_isoc_schedule_alloc_slot()
/dragonfly/sys/bus/u4b/controller/
HDxhci.c3098 xfer = ep->endpoint_q[stream_id].curr; in xhci_device_generic_multi_enter()
3110 xfer = TAILQ_FIRST(&ep->endpoint_q[stream_id].head); in xhci_device_generic_multi_enter()