Searched refs:ntd (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcdddma.c323 qh->ntd = 0;
369 qh->ntd = 0;
494 * when no more QTDs in the list (qh->ntd == 0). Thus this function is
495 * called only when qh->ntd == 0 and qh->channel == 0.
561 qh->ntd++;
625 while (qh->ntd < ntd_max && qtd->isoc_frame_index_last <
640 if (qh->ntd == ntd_max) {
666 idx = dwc2_desclist_idx_dec(idx, inc * ((qh->ntd + 1) / 2),
815 chan->ntd = n_desc;
856 if (!qh->ntd)
[all...]
H A Ddwc2_hcd.h106 * @ntd: Number of transfer descriptors for the transfer
160 u16 ntd; member in struct:dwc2_host_chan
253 * @ntd: Actual number of transfer descriptors in a list
295 u16 ntd; member in struct:dwc2_qh
H A Ddwc2_core.c2074 hctsiz |= (chan->ntd - 1) << TSIZ_NTD_SHIFT & TSIZ_NTD_MASK;
2084 dev_vdbg(hsotg->dev, " NTD: %d\n", chan->ntd - 1);
/netbsd-current/sys/arch/evbppc/wii/dev/
H A Drtcsram.c55 uint8_t ntd; member in struct:rtcsram_sram
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c888 ctf_dtdef_t *dtd, *ntd; local
907 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) {
908 ntd = ctf_list_prev(dtd);
H A Dctf_create.c584 ctf_dtdef_t *dtd, *ntd; local
592 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) {
593 ntd = ctf_list_prev(dtd);
/netbsd-current/sys/dev/usb/
H A Duhci.c1997 size_t ntd = howmany(len, maxp); local
2003 ntd += howmany(len, PAGE_SIZE);
2010 ntd++;
2012 DPRINTFN(10, "maxp=%jd ntd=%jd", maxp, ntd, 0, 0);
2015 uxfer->ux_nstd = ntd;
2016 if (ntd == 0) {
2018 DPRINTF("ntd=0", 0, 0, 0, 0);
2021 uxfer->ux_stds = kmem_alloc(sizeof(uhci_soft_td_t *) * ntd,
2024 for (int i = 0; i < ntd;
[all...]
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c390 ctf_dtdef_t *dtd, *ntd; local
399 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
404 ntd = ctf_list_next (dtd);
H A Dctf-open.c1732 ctf_dtdef_t *dtd, *ntd; local
1760 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
1762 ntd = ctf_list_next (dtd);
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-open.c1650 ctf_dtdef_t *dtd, *ntd; local
1677 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
1679 ntd = ctf_list_next (dtd);
H A Dctf-create.c773 ctf_dtdef_t *dtd, *ntd; local
782 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
787 ntd = ctf_list_next (dtd);
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-create.c390 ctf_dtdef_t *dtd, *ntd; local
399 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
404 ntd = ctf_list_next (dtd);
H A Dctf-open.c1732 ctf_dtdef_t *dtd, *ntd; local
1760 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
1762 ntd = ctf_list_next (dtd);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c1732 ctf_dtdef_t *dtd, *ntd; local
1760 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
1762 ntd = ctf_list_next (dtd);
H A Dctf-create.c390 ctf_dtdef_t *dtd, *ntd; local
399 for (dtd = ctf_list_next (&fp->ctf_dtdefs); dtd != NULL; dtd = ntd)
404 ntd = ctf_list_next (dtd);

Completed in 585 milliseconds