Lines Matching refs:pkts
277 sch_ep->pkts = max_burst + 1; in setup_sch_info()
278 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
294 sch_ep->pkts = esit_pkts; in setup_sch_info()
296 bwb_table[0] = maxpkt * sch_ep->pkts; in setup_sch_info()
303 sch_ep->pkts = esit_pkts; in setup_sch_info()
305 sch_ep->pkts = 1; in setup_sch_info()
307 sch_ep->pkts = roundup_pow_of_two(esit_pkts) in setup_sch_info()
311 DIV_ROUND_UP(esit_pkts, sch_ep->pkts); in setup_sch_info()
314 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
326 sch_ep->pkts = 1; /* at most one packet for each microframe */ in setup_sch_info()
800 ep_ctx->reserved[0] = cpu_to_le32(EP_BPKTS(sch_ep->pkts) in xhci_mtk_check_bandwidth()
807 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_check_bandwidth()