Home
last modified time | relevance | path

Searched refs:ir_first_full (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c129 irp->ir_first_full = 0; in av1394_ir_start()
724 irp->ir_first_full = (irp->ir_first_full + cnt) % icp->ic_nframes; in av1394_ir_add_frames()
751 *idx = irp->ir_first_full; in av1394_ir_wait_frames()
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h103 int ir_first_full; /* first full frame */ member