Lines Matching refs:ntd
292 qh->ntd = 0;
339 qh->ntd = 0;
467 * when no more QTDs in the list (qh->ntd == 0). Thus this function is
468 * called only when qh->ntd == 0 and qh->channel == 0.
534 qh->ntd++;
599 while (qh->ntd < ntd_max && qtd->isoc_frame_index_last <
614 if (qh->ntd == ntd_max) {
640 idx = dwc2_desclist_idx_dec(idx, inc * ((qh->ntd + 1) / 2),
794 chan->ntd = n_desc;
835 if (!qh->ntd)
844 * ntd will be changed with channel being enabled. Not
847 chan->ntd = dwc2_max_desc_num(qh);
922 qh->ntd--;