dwc2_hcd_urb_alloc
dxfer->urb = dwc2_hcd_urb_alloc(sc->sc_hsotg, xfer->nframes, M_NOWAIT);
dwc2_urb = dwc2_hcd_urb_alloc(hsotg, urb->number_of_packets,
struct dwc2_hcd_urb * dwc2_hcd_urb_alloc(struct dwc2_hsotg *, int, gfp_t);