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_debug.c97 TAILQ_FOREACH(xfer, &ep->endpoint_q[x].head, wait_entry) in usb_dump_queue()
Dusb_transfer.c1708 endpoint_q[xfer->stream_id], xfer); in usbd_transfer_submit()
1829 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], xfer); in usbd_pipe_enter()
1950 if (ep->endpoint_q[xfer->stream_id].curr == xfer) { in usbd_transfer_stop()
1952 &ep->endpoint_q[xfer->stream_id], NULL); in usbd_transfer_stop()
2964 if (ep->endpoint_q[xfer->stream_id].curr == xfer) { in usbd_callback_wrapper_sub()
2965 usb_command_wrapper(&ep->endpoint_q[xfer->stream_id], NULL); in usbd_callback_wrapper_sub()
2967 if ((ep->endpoint_q[xfer->stream_id].curr != NULL) || in usbd_callback_wrapper_sub()
2968 (TAILQ_FIRST(&ep->endpoint_q[xfer->stream_id].head) != NULL)) { in usbd_callback_wrapper_sub()
Dusb_device.c329 TAILQ_INIT(&ep->endpoint_q[x].head); in usb_init_endpoint()
330 ep->endpoint_q[x].command = &usbd_pipe_start; in usb_init_endpoint()
954 xfer = ep->endpoint_q[x].curr; in usbd_set_endpoint_stall()
977 usb_command_wrapper(&ep->endpoint_q[x], in usbd_set_endpoint_stall()
978 ep->endpoint_q[x].curr); in usbd_set_endpoint_stall()
Dusbdi.h137 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.c2208 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.c3085 xfer = ep->endpoint_q[stream_id].curr; in xhci_device_generic_multi_enter()
3097 xfer = TAILQ_FIRST(&ep->endpoint_q[stream_id].head); in xhci_device_generic_multi_enter()