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

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c150 irp->ir_nfull = 0;
640 if (irp->ir_nfull < icp->ic_nframes) {
641 irp->ir_nfull++;
649 if (irp->ir_nfull >= irp->ir_hiwat) {
797 irp->ir_nfull -= cnt;
801 ASSERT((irp->ir_nfull >= 0) && (irp->ir_nempty <= icp->ic_nframes));
818 while (irp->ir_nfull == 0) {
824 if (irp->ir_nfull > 0) {
826 *cnt = irp->ir_nfull;
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h102 int ir_nfull; /* # of full frames */ member in struct:av1394_ir_s

Completed in 620 milliseconds