OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:td_last
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/sbus/
dbri.c
1309
int td_first,
td_last
;
1326
td_first =
td_last
= -1;
1347
td_last
= td;
1366
td_last
= sc->sc_pipe[pipe].desc;
1367
while (sc->sc_desc[
td_last
].next != -1)
1368
td_last
= sc->sc_desc[
td_last
].next;
1370
sc->sc_desc[
td_last
].next = td_first;
1371
sc->sc_dma->desc[
td_last
].nda =
1405
int td_first,
td_last
;
[
all
...]
/src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c
527
qh->td_first = qh->
td_last
= dwc2_frame_to_desc_idx(qh, fr_idx);
585
idx = qh->
td_last
;
589
next_idx = dwc2_desclist_idx_inc(qh->
td_last
, inc, qh->dev_speed);
594
* qh->
td_last
to current frame number + 1.
602
qh->
td_last
= dwc2_desclist_idx_inc(cur_idx, inc,
604
idx = qh->
td_last
;
636
qh->
td_last
= idx;
641
idx = dwc2_desclist_idx_dec(qh->
td_last
, inc, qh->dev_speed);
674
idx = dwc2_desclist_idx_dec(qh->
td_last
, inc, qh->dev_speed);
dwc2_hcd.h
245
* @
td_last
: Index of last activated isochronous transfer descriptor
288
u8
td_last
;
member in struct:dwc2_qh
Completed in 14 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025