Lines Matching refs:pkts
336 sch_ep->pkts = max_burst + 1; in setup_sch_info()
337 bwb_table[0] = maxpkt * sch_ep->pkts; in setup_sch_info()
352 sch_ep->pkts = esit_pkts; in setup_sch_info()
354 bwb_table[0] = maxpkt * sch_ep->pkts; in setup_sch_info()
360 sch_ep->pkts = esit_pkts; in setup_sch_info()
362 sch_ep->pkts = 1; in setup_sch_info()
364 sch_ep->pkts = roundup_pow_of_two(esit_pkts) in setup_sch_info()
368 DIV_ROUND_UP(esit_pkts, sch_ep->pkts); in setup_sch_info()
371 bw_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
380 sch_ep->pkts = 1; /* at most one packet for each microframe */ in setup_sch_info()
996 ep_ctx->reserved[0] = cpu_to_le32(EP_BPKTS(sch_ep->pkts) in xhci_mtk_check_bandwidth()
1003 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_check_bandwidth()