Lines Matching refs:Frame
26 * A per-ms frame interrupt is necessary and many devices will poll with a
27 * per-frame bulk transfer.
35 * this chip has no means of determining the current frame number other than
38 * retried in a later frame, so this can cause problems with devices beyond
266 Frame to_frame; /* Frame number for timeout */
267 Frame frame; /* Frame number for intr xfer */
268 Frame lastframe; /* Previous frame number for intr */
883 spipe->frame = t->frame;
900 spipe->lastframe = t->frame;
902 spipe->frame = spipe->lastframe +
1041 spipe->frame = 0;
1741 DLOG(D_WAIT, "waiting... frame %jd pend %jd flags %#jx",
1742 t->frame, t->pend, t->flags, 0);
1821 t->frame++;
1848 __predict_false(tosp->to_frame <= t->frame)) {
2083 spipe->lastframe = spipe->frame = t->frame + i;
2166 * instead of the current frame.
2168 spipe->frame = spipe->lastframe +
2287 frame <= t->frame) ||
2418 spipe->to_frame = t->frame + spipe->xfer->ux_timeout;
2451 FIND_TIMED(q, t, spp, spp->frame > spipe->frame);
2822 t->frame = 0; /* write to SL811_CSOF will reset frame */
3220 * and Synch Frame for standard requests and Get Bus State for hub
3507 DDOLOG("frame=%d rootintr=%p", t->frame, t->rootintr, 0,0);