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