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

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c412 int nfull = 0; /* # of full CIPs in a series */ local
452 nfull++;
463 if (((type == AV1394_CIP_EMPTY) || (segoff + nfull == segsz) ||
464 (nfull == bufsz_max)) && (nfull > 0)) {
476 if ((total + nfull) % icp->ic_npkts == 0) {
479 bp = av1394_it_ixl_bld_buf(icp, nfull, segnum, segoff,
495 segoff += nfull;
504 total += nfull;
505 nfull
[all...]

Completed in 58 milliseconds