Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c190 itp->it_first_empty = 0; in av1394_it_stop()
827 idx = (itp->it_first_empty + icp->ic_nframes - 1) % icp->ic_nframes; in av1394_it_underrun()
967 itp->it_first_empty = (itp->it_first_empty + cnt) % icp->ic_nframes; in av1394_it_add_frames()
1011 *idx = itp->it_first_empty; in av1394_it_wait_frames()
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h215 int it_first_empty; /* first empty frame # */ member