Searched refs:endpoint_q (Results 1 – 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_debug.c | 97 TAILQ_FOREACH(xfer, &ep->endpoint_q[x].head, wait_entry) in usb_dump_queue()
|
D | usb_transfer.c | 1708 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()
|
D | usb_device.c | 329 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()
|
D | usbdi.h | 137 struct usb_xfer_queue endpoint_q[USB_MAX_EP_STREAMS]; member
|
D | usb_request.c | 231 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()
|
D | usb_hub.c | 2208 TAILQ_FOREACH(pipe_xfer, &xfer->endpoint->endpoint_q[0].head, in usbd_fs_isoc_schedule_alloc_slot()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 3085 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()
|