linux_dsm_epyc7002/drivers/usb/dwc3
Felipe Balbi 737f1ae255 usb: dwc3: gadget: increment dequeue pointer on completion
Instead of waiting until giveback before
incrementing the dequeue pointer, we can increment
it from dwc3_cleanup_done_reqs(), that way we avoid
an extra loop over all TRBs during giveback.

While at that, also avoid using req->first_trb_index
as that's completely unnecessary. A follow-up patch
will clean up further uses of that and remove the
field altogether.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2016-08-22 10:45:37 +03:00
..
core.c
core.h
debug.c
debug.h
debugfs.c
dwc3-exynos.c
dwc3-keystone.c
dwc3-of-simple.c
dwc3-omap.c
dwc3-pci.c
dwc3-st.c
ep0.c
gadget.c usb: dwc3: gadget: increment dequeue pointer on completion 2016-08-22 10:45:37 +03:00
gadget.h
host.c
io.h
Kconfig
Makefile
trace.c
trace.h
ulpi.c