Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c111 itp->it_nempty = icp->ic_nframes; in av1394_it_init()
213 itp->it_nempty = icp->ic_nframes; in av1394_it_stop()
236 if ((idx < 0) || (cnt < 0) || (cnt > itp->it_nempty)) { in av1394_it_xmit()
851 if (itp->it_nempty < icp->ic_nframes) { in av1394_it_ixl_eof_cb()
852 itp->it_nempty++; in av1394_it_ixl_eof_cb()
857 if ((itp->it_nempty >= itp->it_hiwat) && in av1394_it_ixl_eof_cb()
1047 itp->it_nempty -= cnt; in av1394_it_add_frames()
1051 ASSERT((itp->it_nempty >= 0) && (itp->it_nfull <= icp->ic_nframes)); in av1394_it_add_frames()
1068 (itp->it_nempty >= itp->it_lowat)) { in av1394_it_add_frames()
1084 while ((itp->it_nempty == 0) && (icp->ic_state == AV1394_IC_DMA)) { in av1394_it_wait_frames()
[all …]
/titanic_50/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h216 int it_nempty; /* # of empty frames */ member