usb: dwc3: gadget: allocate 3 packets for bulk and isoc endpoints
authorFelipe Balbi <balbi@ti.com>
Thu, 2 Feb 2012 11:01:12 +0000 (13:01 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 6 Feb 2012 15:06:12 +0000 (17:06 +0200)
Those transfer types are generally high bandwidth, so we
want to optimize transfers with those endpoints.

For that, databook suggests allocating 3 * wMaxPacketSize
of FIFO. Let's do that.

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found