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

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

Completed in 62 milliseconds