Home
last modified time | relevance | path

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

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