Lines Matching full:bandwidth
55 /* convert to bandwidth units (quadlets at S1600 = bytes at S400) */
69 * 88.3 + N * 24.3 in bandwidth units.
91 * fw_iso_resources_allocate - allocate isochronous channel and bandwidth
96 * This function allocates one isochronous channel and enough bandwidth for the
109 int bandwidth, channel, err;
114 r->bandwidth = packet_bandwidth(max_payload_bytes, speed);
127 bandwidth = r->bandwidth + r->bandwidth_overhead;
129 &channel, &bandwidth, true);
163 int bandwidth, channel;
175 bandwidth = r->bandwidth + r->bandwidth_overhead;
178 &channel, &bandwidth, true);
201 * This function deallocates the channel and bandwidth, if allocated.
206 int bandwidth, channel;
216 bandwidth = r->bandwidth + r->bandwidth_overhead;
218 &channel, &bandwidth, false);