Lines Matching refs:esit_pkts
280 u32 esit_pkts;
323 * then max_esit_payload is 0, so evaluate esit_pkts from
326 esit_pkts = DIV_ROUND_UP(max_esit_payload, maxpkt);
327 if (esit_pkts == 0)
328 esit_pkts = (mult + 1) * (max_burst + 1);
331 sch_ep->pkts = esit_pkts;
338 sch_ep->pkts = esit_pkts;
339 else if (esit_pkts <= sch_ep->esit)
342 sch_ep->pkts = roundup_pow_of_two(esit_pkts)
346 DIV_ROUND_UP(esit_pkts, sch_ep->pkts);