Searched refs:it_nempty (Results 1 – 2 of 2) sorted by relevance
102 itp->it_nempty = icp->ic_nframes; in av1394_it_init()189 itp->it_nempty = icp->ic_nframes; in av1394_it_stop()211 if ((idx < 0) || (cnt < 0) || (cnt > itp->it_nempty)) { in av1394_it_xmit()797 if (itp->it_nempty < icp->ic_nframes) { in av1394_it_ixl_eof_cb()798 itp->it_nempty++; in av1394_it_ixl_eof_cb()803 if ((itp->it_nempty >= itp->it_hiwat) && in av1394_it_ixl_eof_cb()966 itp->it_nempty -= cnt; in av1394_it_add_frames()970 ASSERT((itp->it_nempty >= 0) && (itp->it_nfull <= icp->ic_nframes)); in av1394_it_add_frames()987 (itp->it_nempty >= itp->it_lowat)) { in av1394_it_add_frames()1003 while ((itp->it_nempty == 0) && (icp->ic_state == AV1394_IC_DMA)) { in av1394_it_wait_frames()[all …]
216 int it_nempty; /* # of empty frames */ member