Home
last modified time | relevance | path

Searched refs:max_xfer_size (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcdddma.c553 struct dwc2_qh *qh, u32 max_xfer_size, in dwc2_fill_host_isoc_dma_desc() argument
562 if (frame_desc->length > max_xfer_size) in dwc2_fill_host_isoc_dma_desc()
563 qh->n_bytes[idx] = max_xfer_size; in dwc2_fill_host_isoc_dma_desc()
593 u32 max_xfer_size; in dwc2_init_isoc_dma_desc() local
628 max_xfer_size = qh->dev_speed == USB_SPEED_HIGH ? in dwc2_init_isoc_dma_desc()
641 max_xfer_size, idx); in dwc2_init_isoc_dma_desc()
H A Ddwc2_hcdqueue.c1340 u32 max_xfer_size; in dwc2_check_max_xfer_size() local
1344 max_xfer_size = qh->maxp * qh->maxp_mult; in dwc2_check_max_xfer_size()
1347 if (max_xfer_size > max_channel_xfer_size) { in dwc2_check_max_xfer_size()
1350 __func__, max_xfer_size, max_channel_xfer_size); in dwc2_check_max_xfer_size()