Searched defs:frame_end (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c370 uint_t frame_end = icp->ic_framesz; local
375 end = min(frame_end, cookie_end);
390 if (off == frame_end)
391 frame_end += icp->ic_framesz;
414 uint_t frame_end = icp->ic_framesz; local
424 end = min(frame_end, cookie_end);
426 if (end == frame_end)
469 ASSERT((off == frame_end) || (off == cookie_end));
474 if (off == frame_end) {
480 frame_end
[all...]

Completed in 75 milliseconds