Lines Matching refs:pkts
315 sch_ep->pkts = max_burst + 1; in setup_sch_info()
316 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
331 sch_ep->pkts = esit_pkts; in setup_sch_info()
338 sch_ep->pkts = esit_pkts; in setup_sch_info()
340 sch_ep->pkts = 1; in setup_sch_info()
342 sch_ep->pkts = roundup_pow_of_two(esit_pkts) in setup_sch_info()
346 DIV_ROUND_UP(esit_pkts, sch_ep->pkts); in setup_sch_info()
350 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
352 sch_ep->pkts = 1; /* at most one packet for each microframe */ in setup_sch_info()
711 ep_ctx->reserved[0] = cpu_to_le32(EP_BPKTS(sch_ep->pkts) in xhci_mtk_check_bandwidth()
718 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_check_bandwidth()