Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h517 #define OHCI_ISOC_PKTS_PER_TD 8 /* Packets per TD */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5644 td_count = isoc_pkt_count / OHCI_ISOC_PKTS_PER_TD; in ohci_allocate_isoc_resources()
5646 if (isoc_pkt_count % OHCI_ISOC_PKTS_PER_TD) { in ohci_allocate_isoc_resources()
5759 (residue < OHCI_ISOC_PKTS_PER_TD)) { in ohci_insert_isoc_req()
5762 frame_count = OHCI_ISOC_PKTS_PER_TD; in ohci_insert_isoc_req()
7069 residue = pkt_count % OHCI_ISOC_PKTS_PER_TD; in ohci_create_isoc_transfer_wrapper()
7077 frame_count = OHCI_ISOC_PKTS_PER_TD; in ohci_create_isoc_transfer_wrapper()
9340 curr_isoc_reqp->isoc_pkts_count / OHCI_ISOC_PKTS_PER_TD; in ohci_handle_isoc_td()
9341 if (curr_isoc_reqp->isoc_pkts_count % OHCI_ISOC_PKTS_PER_TD) { in ohci_handle_isoc_td()