Searched refs:ds_ingress (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/dtv/
H A Ddtv_buffer.c66 if (SIMPLEQ_EMPTY(&ds->ds_ingress)) {
73 db = SIMPLEQ_FIRST(&ds->ds_ingress);
87 SIMPLEQ_REMOVE_HEAD(&ds->ds_ingress, db_entries);
198 SIMPLEQ_INSERT_TAIL(&ds->ds_ingress, db, db_entries);
221 while (SIMPLEQ_FIRST(&ds->ds_ingress))
222 SIMPLEQ_REMOVE_HEAD(&ds->ds_ingress, db_entries);
H A Ddtvvar.h65 struct dtv_sample_queue ds_ingress, ds_egress; member in struct:dtv_stream
H A Ddtv_device.c108 SIMPLEQ_INIT(&ds->ds_ingress);

Completed in 135 milliseconds