Lines Matching refs:esit_pkts
241 u32 esit_pkts;
286 * then max_esit_payload is 0, so evaluate esit_pkts from
289 esit_pkts = DIV_ROUND_UP(max_esit_payload, maxpkt);
290 if (esit_pkts == 0)
291 esit_pkts = (mult + 1) * (max_burst + 1);
294 sch_ep->pkts = esit_pkts;
303 sch_ep->pkts = esit_pkts;
304 else if (esit_pkts <= sch_ep->esit)
307 sch_ep->pkts = roundup_pow_of_two(esit_pkts)
311 DIV_ROUND_UP(esit_pkts, sch_ep->pkts);
318 remainder -= (maxpkt * esit_pkts);