Lines Matching refs:ntd
322 qh->ntd = 0;
369 qh->ntd = 0;
497 * when no more QTDs in the list (qh->ntd == 0). Thus this function is
498 * called only when qh->ntd == 0 and qh->channel == 0.
564 qh->ntd++;
629 while (qh->ntd < ntd_max && qtd->isoc_frame_index_last <
644 if (qh->ntd == ntd_max) {
670 idx = dwc2_desclist_idx_dec(idx, inc * ((qh->ntd + 1) / 2),
824 chan->ntd = n_desc;
865 if (!qh->ntd)
874 * ntd will be changed with channel being enabled. Not
877 chan->ntd = dwc2_max_desc_num(qh);
952 qh->ntd--;