Home
last modified time | relevance | path

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

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