Home
last modified time | relevance | path

Searched refs:tp_nframes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c948 port->tp_nframes = 4096; in audiots_alloc_port()
949 port->tp_size = port->tp_nframes * TS_FRAMESZ; in audiots_alloc_port()
1230 *nframesp = port->tp_nframes; in audiots_open()
1312 eso = port->tp_nframes - 1; in audiots_start()
1457 cso + port->tp_nframes - port->tp_cso; in audiots_count()
H A Daudiots.h434 unsigned tp_nframes; member