Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h517 #define OHCI_ISOC_PKTS_PER_TD 8 /* Packets per TD */ macro
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c5662 td_count = isoc_pkt_count / OHCI_ISOC_PKTS_PER_TD; in ohci_allocate_isoc_resources()
5664 if (isoc_pkt_count % OHCI_ISOC_PKTS_PER_TD) { in ohci_allocate_isoc_resources()
5777 (residue < OHCI_ISOC_PKTS_PER_TD)) { in ohci_insert_isoc_req()
5780 frame_count = OHCI_ISOC_PKTS_PER_TD; in ohci_insert_isoc_req()
7089 residue = pkt_count % OHCI_ISOC_PKTS_PER_TD; in ohci_create_isoc_transfer_wrapper()
7097 frame_count = OHCI_ISOC_PKTS_PER_TD; in ohci_create_isoc_transfer_wrapper()
9360 curr_isoc_reqp->isoc_pkts_count / OHCI_ISOC_PKTS_PER_TD; in ohci_handle_isoc_td()
9361 if (curr_isoc_reqp->isoc_pkts_count % OHCI_ISOC_PKTS_PER_TD) { in ohci_handle_isoc_td()