Home
last modified time | relevance | path

Searched refs:maxp_mult (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2_hcd.h179 u16 maxp_mult; member
351 u16 maxp_mult; member
527 return pipe->maxp_mult; in dwc2_hcd_get_maxp_mult()
H A Ddwc2_hcdqueue.c720 int bytecount = qh->maxp_mult * qh->maxp; in dwc2_uframe_schedule_split()
1344 max_xfer_size = qh->maxp * qh->maxp_mult; in dwc2_check_max_xfer_size()
1525 int maxp_mult = dwc2_hcd_get_maxp_mult(&urb->pipe_info); in dwc2_qh_init() local
1526 int bytecount = maxp_mult * maxp; in dwc2_qh_init()
1538 qh->maxp_mult = maxp_mult; in dwc2_qh_init()
H A Ddwc2_hcd.c2739 chan->multi_count = qh->maxp_mult; in dwc2_assign_and_init_hc()
3935 u16 maxp, u16 maxp_mult) in dwc2_hcd_urb_set_pipeinfo() argument
3942 dev_addr, ep_num, ep_dir, ep_type, maxp, maxp_mult); in dwc2_hcd_urb_set_pipeinfo()
3948 urb->pipe_info.maxp_mult = maxp_mult; in dwc2_hcd_urb_set_pipeinfo()