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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c3989 usb_frame_number_t start_frame, end_frame, current_frame; local
4121 start_frame = isoc_req->isoc_frame_no;
4122 end_frame = start_frame + isoc_req->isoc_pkts_count;
4126 if (current_frame > start_frame) {
4130 FRNUM_OFFSET - start_frame;
4131 start_frame = current_frame +
4142 start_frame = pp->pp_frame_num;
4144 if (start_frame == INVALID_FRNUM) {
4145 start_frame = current_frame + FRNUM_OFFSET;
4146 } else if (current_frame > start_frame) {
[all...]

Completed in 67 milliseconds