Searched refs:nextpipe (Results 1 – 2 of 2) sorted by relevance
657 int nextpipe; in link_time_slot() local679 nextpipe = pipe; in link_time_slot()697 nextpipe = dbri->pipes[prevpipe].nextpipe; in link_time_slot()699 while (dbri->pipes[nextpipe].cycle < cycle in link_time_slot()700 && dbri->pipes[nextpipe].nextpipe != basepipe) { in link_time_slot()701 prevpipe = nextpipe; in link_time_slot()702 nextpipe = dbri->pipes[nextpipe].nextpipe; in link_time_slot()713 dbri->pipes[prevpipe].nextpipe = pipe; in link_time_slot()716 dbri->pipes[pipe].nextpipe = nextpipe; in link_time_slot()725 *(cmd++) = D_TS_LEN(length) | D_TS_CYCLE(cycle) | D_TS_NEXT(nextpipe); in link_time_slot()[all …]
62 int nextpipe; /* Next pipe in linked list */ member