Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c1701 uint_t bulk_pkt_size, count; in ehci_insert_bulk_req() local
1716 bulk_pkt_size = min(bulk_reqp->bulk_len, EHCI_MAX_QTD_XFER_SIZE); in ehci_insert_bulk_req()
1718 if (bulk_pkt_size) { in ehci_insert_bulk_req()
1719 residue = tw->tw_length % bulk_pkt_size; in ehci_insert_bulk_req()
1723 "ehci_insert_bulk_req: bulk_pkt_size = %d", bulk_pkt_size); in ehci_insert_bulk_req()
1767 bulk_pkt_size = (uint_t)residue; in ehci_insert_bulk_req()
1772 (void) ehci_insert_qtd(ehcip, ctrl, len, bulk_pkt_size, in ehci_insert_bulk_req()
1775 len = len + bulk_pkt_size; in ehci_insert_bulk_req()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4979 uint_t bulk_pkt_size, count; in ohci_insert_bulk_req() local
4994 bulk_pkt_size = min(bulk_reqp->bulk_len, OHCI_MAX_TD_XFER_SIZE); in ohci_insert_bulk_req()
4996 if (bulk_pkt_size) in ohci_insert_bulk_req()
4997 residue = tw->tw_length % bulk_pkt_size; in ohci_insert_bulk_req()
5000 "ohci_insert_bulk_req: bulk_pkt_size = %d", bulk_pkt_size); in ohci_insert_bulk_req()
5041 bulk_pkt_size = (uint_t)residue; in ohci_insert_bulk_req()
5057 bulk_pkt_size, 0, pp, tw); in ohci_insert_bulk_req()
5059 len = len + bulk_pkt_size; in ohci_insert_bulk_req()