Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c407 uint_t maxpacketsize, addr, xactions; in ehci_unpack_endpoint() local
477 xactions = (endpoint->wMaxPacketSize & in ehci_unpack_endpoint()
480 switch (xactions) { in ehci_unpack_endpoint()
H A Dehci_util.c2699 uint_t xactions; in ehci_compute_high_speed_bandwidth() local
2702 xactions = ((maxpacketsize & USB_EP_MAX_XACTS_MASK) >> in ehci_compute_high_speed_bandwidth()
2709 *sbandwidth *= xactions; in ehci_compute_high_speed_bandwidth()