Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1028 usb_frame_number_t current_frame_number, start_frame_number; in ehci_insert_isoc_to_pfl() local
1060 start_frame_number = pp->pp_next_frame_number; in ehci_insert_isoc_to_pfl()
1080 start_frame_number = isoc_reqp->isoc_frame_no; in ehci_insert_isoc_to_pfl()
1092 start_frame_number = pp->pp_next_frame_number; in ehci_insert_isoc_to_pfl()
1099 start_frame_number = in ehci_insert_isoc_to_pfl()
1104 isoc_reqp->isoc_frame_no = start_frame_number; in ehci_insert_isoc_to_pfl()
1128 pfl_number = start_frame_number % EHCI_NUM_PERIODIC_FRAME_LISTS; in ehci_insert_isoc_to_pfl()
1142 Set_ITD_FRAME(itd->itd_frame_number, start_frame_number); in ehci_insert_isoc_to_pfl()
1150 start_frame_number++; in ehci_insert_isoc_to_pfl()
1160 (unsigned long long)start_frame_number, itw->itw_num_itds); in ehci_insert_isoc_to_pfl()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6245 usb_frame_number_t current_frame_number, start_frame_number; in ohci_insert_td_with_frame_number() local
6273 start_frame_number = pp->pp_next_frame_number; in ohci_insert_td_with_frame_number()
6293 start_frame_number = isoc_reqp->isoc_frame_no; in ohci_insert_td_with_frame_number()
6305 start_frame_number = pp->pp_next_frame_number; in ohci_insert_td_with_frame_number()
6312 start_frame_number = in ohci_insert_td_with_frame_number()
6317 isoc_reqp->isoc_frame_no = start_frame_number; in ohci_insert_td_with_frame_number()
6336 Set_TD(current_td->hctd_ctrl, ctrl | (start_frame_number & HC_ITD_SF)); in ohci_insert_td_with_frame_number()
6351 (unsigned long long)start_frame_number); in ohci_insert_td_with_frame_number()
6357 pp->pp_next_frame_number = start_frame_number + isoc_pkts; in ohci_insert_td_with_frame_number()