| /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/ |
| README | 27 SOLARIS USB BANDWIDTH ANALYSIS 31 This document discuss the USB bandwidth allocation scheme, and the protocol 33 information is derived from the USB 2.0 specification, the "Bandwidth Analysis 61 o Protocol Overheads and Bandwidth numbers 65 (Refer 5.11.3 section of USB2.0 specification & page 2 of USB Bandwidth 79 - Bandwidth numbers 81 (Refer 7.3.5 section of OHCI specification 1.0a & page 2 of USB Bandwidth 84 Maximum bandwidth available 1500 bytes/frame 85 Maximum Non Periodic bandwidth 197 bytes/frame 86 Maximum Periodic bandwidth 1293 bytes/fram [all...] |
| /onnv/onnv-gate/usr/src/cmd/filebench/scripts/ |
| filebench_compare.pl | 77 ($flowop, $ops, $bandwidth, $latency, $cpu, $wait, $seconds) = split(/[ \t]+/, $_); 81 ($fluff, $opcnt, $ops, $reads, $writes, $bandwidth, 88 $bandwidth =~ s/mb\/s//; 114 $flow_bandwidth{$flowop, $workload, $dataset} += $bandwidth; 118 $bandwidth{$workload, $dataset} += $bandwidth; 157 # HTML Bandwidth 158 print HTML h1('Bandwidth breakdown (MB/s)'); 166 $bandwidth = 0; 168 $bandwidth += $bandwidth{$workload, $dataset} [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
| ehci_util.c | 35 * transfers, bandwidth allocations and other general functionalities. 155 /* Bandwidth Allocation functions */ 195 uint_t *bandwidth); 217 uint_t bandwidth, 243 uint_t bandwidth, 249 int bandwidth, 2292 uint_t bandwidth, min; local 2537 uint_t bandwidth, height, leftmost, list, min; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/audio/utilities/ |
| Resample.cc | 67 double bandwidth = M_PI / fold; // digital bandwidth of pass band local 74 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha); 79 coef[i] = sin(bandwidth * alpha) / (M_PI * alpha); 81 coef[i++] = bandwidth / M_PI; 157 sinc_coef(fold, order, coef); // required bandwidth = PI/fold
|
| /onnv/onnv-gate/usr/src/uts/sun4v/sys/ |
| vsw.h | 202 /* bandwidth related fields */ 203 uint64_t bandwidth; /* bandwidth limit */ member in struct:vsw
|
| /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
| uhciutil.c | 51 static uint_t uhci_lattice_height(uint_t bandwidth); 991 int bandwidth; /* Requested bandwidth */ local 994 uint_t height; /* Bandwidth's height in the tree */ 1014 * If the length in bytes plus the allocated bandwidth exceeds 1015 * the maximum, return bandwidth allocation failure. 1021 "Reached maximum bandwidth value and cannot allocate " 1022 "bandwidth for a given Interrupt/Isoch endpoint"); 1038 * Adjust bandwidth to be a power of 2 1041 bandwidth = uhci_bandwidth_adjust(uhcip, endpoint 1157 uint_t bandwidth; local 1253 uint_t bandwidth; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/video/usbvc/ |
| usbvc.c | 3284 uint32_t bandwidth; local 3735 uint32_t bandwidth; local [all...] |
| usbvc_v4l2.c | 799 uint32_t w, h, interval, bandwidth; local 924 LE_TO_UINT32(ctrl_curr.dwMaxPayloadTransferSize, 0, bandwidth); 926 "usbvc_v4l2_set_format: bandwidth=%x", bandwidth); 929 * If the bandwidth does not exceed the max value of all the 932 if (bandwidth <= strm_if->max_isoc_payload) { 941 /* Get minimum values since the bandwidth is not enough */ [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/1394/ |
| s1394_isoch.c | 32 * This file contains routines for managing isochronous bandwidth 88 /* Reallocate some bandwidth */ 90 cec_curr->bandwidth, cec_curr->realloc_speed); 109 /* Try to reallocate bandwidth */ 118 /* If we failed because we couldn't get bandwidth */ 165 * bandwidth, and then fail getting 167 * the bandwidth 170 /* Try to free up the bandwidth */ 179 "Unable to free bandwidth"); 695 * is used to allocate isochronous bandwidth. A number of bandwidt [all...] |
| t1394.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
| ohci.c | 158 /* Bandwidth Allocation functions */ 167 uint_t *bandwidth); 3261 uint_t leftmost, list, bandwidth; local 3417 uint_t min, node, bandwidth; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/1394/ |
| s1394.h | 170 /* Isoch Bandwidth Allocation Units conversion */ 833 uint_t bandwidth; member in struct:s1394_isoch_cec_s [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4v/io/ |
| vsw_phys.c | 738 /* Configure bandwidth to the MAC layer */ 812 vsw_maccl_set_bandwidth(vswp, NULL, VSW_LOCALDEV, vswp->bandwidth); [all...] |
| vsw.c | [all...] |