Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_transfer.c1683 endpoint_q[xfer->stream_id], xfer); in usbd_transfer_submit()
1802 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], xfer); in usbd_pipe_enter()
1923 if (ep->endpoint_q[xfer->stream_id].curr == xfer) { in usbd_transfer_stop()
1925 &ep->endpoint_q[xfer->stream_id], NULL); in usbd_transfer_stop()
2931 if (ep->endpoint_q[xfer->stream_id].curr == xfer) { in usbd_callback_wrapper_sub()
2932 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], NULL); in usbd_callback_wrapper_sub()
2934 if ((ep->endpoint_q[xfer->stream_id].curr != NULL) || in usbd_callback_wrapper_sub()
2935 (TAILQ_FIRST(&ep->endpoint_q[xfer->stream_id].head) != NULL)) { in usbd_callback_wrapper_sub()
Dusb_debug.c97 TAILQ_FOREACH(xfer, &ep->endpoint_q[x].head, wait_entry) in usb_dump_queue()
Dusb_device.c327 TAILQ_INIT(&ep->endpoint_q[x].head); in usb_init_endpoint()
328 ep->endpoint_q[x].command = &usbd_pipe_start; in usb_init_endpoint()
951 xfer = ep->endpoint_q[x].curr; in usbd_set_endpoint_stall()
974 usb_command_wrapper(&ep->endpoint_q[x], in usbd_set_endpoint_stall()
975 ep->endpoint_q[x].curr); in usbd_set_endpoint_stall()
Dusbdi.h136 struct usb_xfer_queue endpoint_q[USB_MAX_EP_STREAMS]; member
Dusb_request.c231 usb_command_wrapper(&ep->endpoint_q[x], in usb_do_clear_stall_callback()
232 ep->endpoint_q[x].curr); in usb_do_clear_stall_callback()
Dusb_hub.c2201 TAILQ_FOREACH(pipe_xfer, &xfer->endpoint->endpoint_q[0].head, in usbd_fs_isoc_schedule_alloc_slot()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c3062 xfer = ep->endpoint_q[stream_id].curr; in xhci_device_generic_multi_enter()
3074 xfer = TAILQ_FIRST(&ep->endpoint_q[stream_id].head); in xhci_device_generic_multi_enter()