Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c112 itp->it_last_full = icp->ic_nframes - 1; in av1394_it_init()
215 itp->it_last_full = icp->ic_nframes - 1; in av1394_it_stop()
819 first = (itp->it_last_full + icp->ic_nframes - itp->it_nfull + 1) % in av1394_it_ixl_begin_cb()
1035 int prev_full = itp->it_last_full; in av1394_it_add_frames()
1040 if (idx != ((itp->it_last_full + 1) % icp->ic_nframes)) { in av1394_it_add_frames()
1050 itp->it_last_full = (itp->it_last_full + cnt) % icp->ic_nframes; in av1394_it_add_frames()
/titanic_44/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h217 int it_last_full; /* last full frame # */ member