Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5725 uint_t isoc_pkts, residue, count; in ohci_insert_isoc_req() local
5753 isoc_pkts = 0; count < tw->tw_num_tds; count++) { in ohci_insert_isoc_req()
5755 residue = curr_isoc_reqp->isoc_pkts_count - isoc_pkts; in ohci_insert_isoc_req()
5798 isoc_pkts += frame_count; in ohci_insert_isoc_req()
6246 uint_t ddic, ctrl, isoc_pkts; in ohci_insert_td_with_frame_number() local
6254 isoc_pkts = ((Get_TD(current_td->hctd_ctrl) & 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()