update(port/ehci): use static iso pool for iso urb to reduce alloc time

This commit is contained in:
sakumisu
2024-06-11 21:59:37 +08:00
parent 77af563898
commit bf54bc2ff1
3 changed files with 16 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ struct usbh_iso_frame_packet {
* Structure containing the USB Urb configuration.
*/
struct usbh_urb {
usb_slist_t list;
void *hcpriv;
struct usbh_hubport *hport;
struct usb_endpoint_descriptor *ep;