Searched defs:isoc_pkt_length (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c357 * isoc_pkt_length is used as Transaction Length and
361 if (isoc_pkt_descr->isoc_pkt_length > 3072) {
366 itw_xfer_size += isoc_pkt_descr->isoc_pkt_length;
543 size_t isoc_pkt_length; local
598 isoc_pkt_length =
599 curr_isoc_pkt_descr->isoc_pkt_length;
602 = (ushort_t)isoc_pkt_length;
620 xact_status |= isoc_pkt_length << 16;
632 "pageselected = %d isoc_pkt_length = 0x%lx",
634 index, pageselected, isoc_pkt_length);
707 size_t isoc_pkt_length; local
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h2076 * driver must set isoc_pkt_length in each packet descriptor before submitting
2084 ushort_t isoc_pkt_length; member in struct:usb_isoc_pkt_descr
2161 * set it to zero, so the sum of isoc_pkt_length in the

Completed in 51 milliseconds