Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c3989 usb_frame_number_t start_frame, end_frame, current_frame; in uhci_insert_isoc_td() local
4122 end_frame = start_frame + isoc_req->isoc_pkts_count; in uhci_insert_isoc_td()
4125 if ((end_frame - current_frame) < UHCI_MAX_ISOC_FRAMES) { in uhci_insert_isoc_td()
4128 end_frame) { in uhci_insert_isoc_td()
4150 end_frame = start_frame + isoc_req->isoc_pkts_count; in uhci_insert_isoc_td()
4235 pp->pp_frame_num = end_frame; in uhci_insert_isoc_td()